Пример #1
0
 public Distributor GetByName(string name)
 {
     return(repository.GetByName(name));
 }