Two big refactorings done
This commit is contained in:
@ -7,9 +7,9 @@ namespace TrackerLibrary.DataAccess
|
||||
{
|
||||
public interface IDataConnection
|
||||
{
|
||||
PrizeModel CreatePrize(PrizeModel model);
|
||||
PersonModel CreatePerson(PersonModel model);
|
||||
TeamModel CreateTeam(TeamModel model);
|
||||
void CreatePrize(PrizeModel model);
|
||||
void CreatePerson(PersonModel model);
|
||||
void CreateTeam(TeamModel model);
|
||||
void CreateTournament(TournamentModel model);
|
||||
void UpdateMatchup(MatchupModel model);
|
||||
List<TeamModel> GetTeam_All();
|
||||
|
||||
Reference in New Issue
Block a user