コード例 #1
0
 public async Task <int> AddAutomobileAsync(Automobile theAutomobile)
 {
     return(await _autoRepository.AddAutomobileAsync(theAutomobile));
 }