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