Exemple #1
0
 public Categories GetById(int categoryId)
 {
     return(_categoryRepository.FindById(categoryId));
 }