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