Example #1
0
 public static int GetTotalCount(string where)
 {
     return(FactoryService.GetTotalCount(where));
 }