namespace PSTW_CentralSystem.Areas.Inventory.Models { public class Supplier { public string supplierName { get; set; } public string supplierGender { get; set; } public string supplierEmail { get; set; } public string supplierPhoneNo { get; set; } } }