コード例 #1
0
 public async Task CreateCompany(CarCompanyProfile profile)
 {
     await _rentACarRepository.CreateCompany(profile);
 }