コード例 #1
0
 public async Task RemoveZoneAsync(Zone Zone)
 {
     await _zoneRepository.RemoveAsync(Zone.ID);
 }