namespace Marco.Pms.UtilityApplication { public class ProjectMaster { public string ProjectID { get; set; } public string ProjectName { get; set; } } }