예제 #1
0
 public async Task Destroy(uint id)
 {
     _countriesRepo.Destroy(id);
     await _countriesRepo.Save();
 }