コード例 #1
0
ファイル: Address.cs プロジェクト: wangtingwei/EasyOne-csharp
 public static IList <AddressInfo> GetAddressList(int startRowIndexId, int maxNumberRows, string type, string key)
 {
     return(dal.GetAddressList(startRowIndexId, maxNumberRows, type, key));
 }