Пример #1
0
 public static IEnumerable <KeyValuePair <int, string> > GetPresentorsForState(string StateFIPS, bool IsActive)
 {
     return(LookupDAL.GetPresentorsForState(StateFIPS, IsActive));
 }