Beispiel #1
0
 public int Get(string statCondition, string typeCondition)
 {
     return(_service.QueryTotalItems(statCondition, typeCondition));
 }