Пример #1
0
 public IEnumerable <KeyValuePair <string, string> > GetCountyOfClientResidenceByAgencyIdForReport(int AgencyId)
 {
     return(LookupDAL.GetCountyOfClientResidenceByAgencyIdForReport(AgencyId));
 }