CleanUp
This commit is contained in:
@@ -35,6 +35,7 @@ namespace Apollon.EntityFramework.Commands
|
||||
EndDate = tournament.EndDate,
|
||||
Location = tournament.Location,
|
||||
Rounds = tournament.Rounds,
|
||||
Targets = tournament.Targets,
|
||||
};
|
||||
|
||||
context.Tournaments.Add(tournamentDto);
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace Apollon.EntityFramework.Commands
|
||||
EndDate = tournament.EndDate,
|
||||
Location = tournament.Location,
|
||||
Rounds = tournament.Rounds,
|
||||
Targets = tournament.Targets,
|
||||
};
|
||||
|
||||
context.Tournaments.Update(tournamentDto);
|
||||
|
||||
Reference in New Issue
Block a user