Exemplo n.º 1
0
 public OrderServices(IDiscountDB discountDb)
 {
     this.discountDb = discountDb;
 }
Exemplo n.º 2
0
 public OrderServices(IDiscountDB discountDb)
 {
     this.discountDb = discountDb;
 }