Ejemplo n.º 1
0
 public bool IsCategoryCodeExisted(int scope, string code)
 {
     return(categoryDao.IsCodeExisted(scope, code));
 }