Exemple #1
0
 public async Task DeleteByIdAsync(int id)
 {
     await _routeRepository.DeleteByIdAsync(id);
 }