Esempio n. 1
0
 public bool UniqueCategory(string category)
 {
     return(_categoryDao.UniqueCategory(category));
 }