Example #1
0
 public static int GetCountByFilter(string aSQL, string aFilter)
 {
     return(_database.GetCountByFilter(aSQL, aFilter));
 }