示例#1
0
 public async Task <bool> AddCarToOwner(int ownerId, int carId)
 {
     return(await _ownerRepository.AddCarToOwner(ownerId, carId));
 }