public TeamHelper(WcfRelation relation) { WcfTeam team = WcfHelper.client.GetTeamById(relation.TeamId); this.Id = team.Id; this.Name = team.Name; this.Relation = relation; }
public void DeleteRelation(WcfRelation relation) { Database.DeleteSeasonsToTeamsRelation(Database.GetSeasonsToTeamsRelationById(relation.Id)); }