Example #1
0
 public IEnumerable <KeyValuePair <string, string> > GetZipCodeForCounselorLocationByState(string stateFIPS, FormType formType)
 {
     return(LookupDAL.GetZipForCounselorLocationByState(stateFIPS, formType));
 }