Example #1
0
 public static IEnumerable <KeyValuePair <int, string> > GetPresenterForState(string StateFIPS)
 {
     return(LookupDAL.GetPresenterForState(StateFIPS));
 }