Esempio n. 1
0
 public IEnumerable <PersonViewModel> ByCategory(int categoryId)
 {
     return(_personRepo.ByCategory(categoryId));
 }