Ejemplo n.º 1
0
 public CarStatus AddFault([FromBody] Fault fault)
 {
     return(_carService.AddFault(fault.CarId, fault));
 }