Exemple #1
0
 public int CountCategory(int?scope = null, bool?isDisused = null)
 {
     return(categoryDao.Count(scope, isDisused));
 }