예제 #1
0
 public IEnumerable <KeyValuePair <string, string> > GetCountyForClientResidenceByState(string stateFIPS)
 {
     return(LookupDAL.GetCountyForClientResidenceByState(stateFIPS));
 }