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