Ejemplo n.º 1
0
 public List <Member> GetListByTrack(string keyword, string field, int start, int size, string country, string province, string city, string address, string memo, string classx, string trackType, string afterSales, out int em)
 {
     return(_dal.GetListByTrack(keyword, field, start, size, country, province, city, address, memo, classx, trackType, afterSales, out em));
 }