Ejemplo n.º 1
0
 public Task AddCarByVin(JObject data, string vin)
 {
     return(_service.AddCarByVin(data, vin));
 }