コード例 #1
0
 public async Task <List <CarCompany> > GetCompanies()
 {
     return(await _rentACarRepository.GetCompanies());
 }