Example #1
0
 public System.Threading.Tasks.Task <string> PutCarAsync(ApplicationServices.DTOs.CarDto carDto)
 {
     return(base.Channel.PutCarAsync(carDto));
 }
Example #2
0
 public string PutCar(ApplicationServices.DTOs.CarDto carDto)
 {
     return(base.Channel.PutCar(carDto));
 }