Exemplo n.º 1
0
 public Note GetByIdWithCategories(int id)
 {
     return(_noteDal.GetByIdWithCategories(id));
 }