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