Exemplo n.º 1
0
 public DeliveryPriceService(Dpd dpd, AlLogistic alLogistic, EastLine eastLine)
 {
     _dpd        = dpd;
     _alLogistic = alLogistic;
     _eastLine   = eastLine;
 }