Beispiel #1
0
 public int GetCountByPrefix(string keyword, string type)
 {
     return(_dal.GetCountByPrefix(keyword, type));
 }
 public int GetCountByPrefix(string keyword, string field)
 {
     return(_dal.GetCountByPrefix(keyword, field));
 }