Example #1
0
 public void InsertCarToService(int CarId, string CarService, string Service)
 {
     OperationsWrapper.Execute(Functions.AddCarToSto(CarId, CarService, Service), Connection);
 }