Esempio n. 1
0
 public Customer GetByName(string name)
 {
     return(_CustomerRepo.GetByName(name));
 }