Ejemplo n.º 1
0
 public static int CreateTeam(TeamModel team, IDatabaseConnector db)
 {
     return(db.AddTeamToDatabaseAsync(team).Result);
 }