Ejemplo n.º 1
0
 public Category GetByWithNotes(int id)
 {
     return(_categoryDal.GetByWithNotes(id));
 }