Ejemplo n.º 1
0
 public InventoryManager(IInventoryGateway iInventoryGateway)
 {
     _iInventoryGateway = iInventoryGateway;
 }
Ejemplo n.º 2
0
 public InventoryManager(IInventoryGateway iInventoryGateway, ICommonGateway iCommonGateway)
 {
     _iInventoryGateway = iInventoryGateway;
     _iCommonGateway    = iCommonGateway;
 }