Exemplo n.º 1
0
 public ItemCostsController(IItemCostService itemsService)
 {
     this.itemsService = itemsService;
 }
Exemplo n.º 2
0
 public DonationUnitsService(IItemCostService chargeServices)
 {
     this.costServices = chargeServices;
 }