Beispiel #1
0
 public async Task DeleteDirection(Guid directionGuid)
 {
     await _directionsService.DeleteDirection(directionGuid);
 }