コード例 #1
0
 internal void AddNewProduct(string nameProduct)
 {
     _blService.AddNewProduct(nameProduct);
 }