Пример #1
0
 public IList <Distributor> GetByPriceList(int id)
 {
     return(repository.GetByPriceList(id));
 }