Exemplo n.º 1
0
 public async Task AddVehicle(Vehicle vehicle)
 {
     await _context.AddAsync(vehicle);
 }