Exemplo n.º 1
0
 public Category GetById(int id)
 {
     return(_categoryDal.GetByID(id));
 }