Exemple #1
0
 public async Task RemoveRegionAsync(Guid RegionId)
 {
     await _regionRepo.RemoveRegionAsync(RegionId);
 }