示例#1
0
 public static bool DeleteGuitar(string producent, string model, string strings)
 {
     return(_dao.DeleteGuitar(producent, model, strings));
 }