예제 #1
0
 public IEnumerable <KeyValuePair <string, string> > GetCountyByAgencyIdForReport(int AgencyId, FormType formType)
 {
     return(LookupDAL.GetCountyByAgencyIdForReport(AgencyId, formType));
 }