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