예제 #1
0
 public async Task <IEnumerable <Zone> > GetZoneAsync(string id)
 {
     return(await _zoneRepository.GetZoneAsync(id));
 }