コード例 #1
0
ファイル: AgencyBLL.cs プロジェクト: moayyaed/SHIPNPR
 public IEnumerable <KeyValuePair <int, string> > GetAgencies(string stateFIPS, string countyFIPS, string zip)
 {
     return(Mapper.Map <IEnumerable <Agency>, IEnumerable <KeyValuePair <int, string> > >(LookupDAL.GetAgencies(stateFIPS, countyFIPS, zip)));
 }