Ejemplo n.º 1
0
 public static IList <AddressInfo> GetAddressList(int startRowIndexId, int maxNumberRows, string type, string key)
 {
     return(dal.GetAddressList(startRowIndexId, maxNumberRows, type, key));
 }