예제 #1
0
 public async Task <Result> Delete(int id)
 {
     return(await _citiesRepository.RemoveAsync(id));
 }