Exemplo n.º 1
0
 public static bool AddGuitar(string producent, string model, string strings, string color)
 {
     return(_dao.AddGuitar(producent, model, strings, color));
 }