Exemple #1
0
 public async Task <AddVehcileResponse> AddVehicle(AddVehicleModel model)
 {
     return(await _policyRepository.AddVehicle(model));
 }