Exemplo n.º 1
0
 public DeliveryPriceController(DeliveryPriceService service)
 {
     _service = service;
 }