Exemplo n.º 1
0
 public IEnumerable <KeyValuePair <string, string> > GetZipByAgencyIdForReport(int AgencyId, FormType formType)
 {
     return(LookupDAL.GetZipByAgencyIdForReport(AgencyId, formType));
 }