DepartmentAffiliationSelectListDsM.cs 195 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 namespace MapsModels.DsModels { public class DepartmentAffiliationSelectListDsM { public int DepartmentAffiliationId { get; set; } public string Name { get; set; } } }