Exemplo n.º 1
0
 internal void AddNewProduct(string nameProduct)
 {
     _blService.AddNewProduct(nameProduct);
 }