コード例 #1
0
 public async Task <Zone> GetZoneAsync(int id)
 {
     return(await _zoneRepository.FindByFirstOrDefaultAsync(item => item.ID == id));
 }