예제 #1
0
 public async Task <Zone> UpdateZoneAsync(Zone Zone)
 {
     return(await _zoneRepository.UpdateAsync(Zone, Zone.ID));
 }