using System; namespace BusinessERP.Models.CustomerTypeViewModel { public class CustomerTypeGridViewModel : EntityBase { public Int64 Id { get; set; } public string Name { get; set; } public string Description { get; set; } } }