Example #1
0
 public int GetCounByCategory(string category)
 {
     return(_noteDal.GetCounByCategory(category));
 }