Exemplo n.º 1
0
 public Categories GetById(int categoryId)
 {
     return(_categoryRepository.FindById(categoryId));
 }