コード例 #1
0
ファイル: LookupBLL.cs プロジェクト: bmishra12/SHIPNPR
 public static IEnumerable <KeyValuePair <int, string> > GetPAMPresentorsForState(string StateFIPS)
 {
     return(LookupDAL.GetPAMPresentorsForState(StateFIPS));
 }