implementet ErrorMessages
This commit is contained in:
@@ -21,8 +21,10 @@ namespace Apollon.EntityFramework.Commands
|
||||
|
||||
public async Task Execute(Tournament tournament)
|
||||
{
|
||||
throw new Exception();
|
||||
|
||||
using (TournamentsDbContext context = _contextFactory.Create())
|
||||
{
|
||||
{
|
||||
TournamentDto tournamentDto = new TournamentDto()
|
||||
{
|
||||
Id = tournament.Id,
|
||||
|
||||
Reference in New Issue
Block a user