namespace Marco.Pms.UtilityApplication { public class CategoryMaster { public string CategoryID { get; set; } public string Categories { get; set; } public string Description { get; set; } } }