Пример #1
0
 public decimal FindMaxDiscountPerList(PriceList pl)
 {
     return(repository.FindMaxDiscountPerList(pl));
 }