Esempio n. 1
0
 public int AddVehicle(JObject input)
 {
     return(_repo.AddVehicle(CarFromJSON(input)).CarID);
 }