Beispiel #1
0
 public IEnumerable <PersonViewModel> ByName(int categoryId, string name)
 {
     return(_personRepo.ByName(categoryId, name));
 }