public ProductInventController()
 {
     productoInventRepository = new ProductoInventRepository();
     azureBlobStorage         = new AzureStorageBlob();
     sendEmailLogic           = new SendEmailLogic();
 }
Пример #2
0
 public ProductInventController()
 {
     productoInventRepository = new ProductoInventRepository();
 }