Beispiel #1
0
 public IEnumerable <Donor> FindDonorsBySubstring(string substring)
 {
     return(_donorRepository.FindBySubstring(substring));
 }