Tournament form is ready but matchup information
This commit is contained in:
@ -89,7 +89,7 @@ namespace TrackerLibrary.DataAccess
|
||||
|
||||
}
|
||||
|
||||
public TournamentModel CreateTournament(TournamentModel model)
|
||||
public void CreateTournament(TournamentModel model)
|
||||
{
|
||||
using (IDbConnection connection = new System.Data.SqlClient.SqlConnection(GlobalConfig.CnnString(db)))
|
||||
{
|
||||
@ -99,8 +99,7 @@ namespace TrackerLibrary.DataAccess
|
||||
|
||||
p = SaveTournamentEntries(model, connection, p);
|
||||
|
||||
return model;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private static DynamicParameters SaveTournament(TournamentModel model, IDbConnection connection)
|
||||
|
||||
Reference in New Issue
Block a user