Ejemplo n.º 1
0
 public ProductInventController()
 {
     productoInventRepository = new ProductoInventRepository();
     azureBlobStorage         = new AzureStorageBlob();
     sendEmailLogic           = new SendEmailLogic();
 }
Ejemplo n.º 2
0
 public ProductInventController()
 {
     productoInventRepository = new ProductoInventRepository();
 }