using Entity.Sugar; namespace Entity.ViewModels{ public class View_SCM_Supplier : SETB_SCM_Supplier { public string CategoryName { get; set; } }}
using Entity.Sugar;
namespace Entity.ViewModels
{
public class View_SCM_Supplier : SETB_SCM_Supplier
public string CategoryName { get; set; }
}