public void AddProductParametrValue(ProductParametr productParametr, ProductParametrValue productParametrValue)
 {
     Console.WriteLine("Bro, add the type of product, after that add the parametr of product");
 }
Пример #2
0
 public void AddProductParametrValue(ProductParametr productParametr, ProductParametrValue productParametrValue)
 {
     Console.WriteLine("I'm sorry bro ! The first add product");
 }
 public void AddProductParametrValue(ProductParametr productParametr, ProductParametrValue productParametrValue)
 {
     Console.WriteLine("You added value of product parametr, please add the parametr of product");
 }
 //сделать проверку, на то что если парам
 //TODO: Сделать проверку если есть пустые параметры, без значений, - нужно фиксить
 public void AddProductParametrValue(ProductParametr productParametr, ProductParametrValue productParametrValue)
 {
     Console.WriteLine("+ You added value to parametr");
 }
Пример #5
0
 public void AddProductParametrValue(ProductParametr productParametr, ProductParametrValue productParametrValue)
 {
     _state.AddProductParametrValue(productParametr, productParametrValue);
 }