Пример #1
0
		public Game(System.DateTime when, NeoDatis.Odb.Test.Tutorial.Sport sport, NeoDatis.Odb.Test.Tutorial.Team
			 team1, NeoDatis.Odb.Test.Tutorial.Team team2)
		{
			this.when = when;
			this.sport = sport;
			this.team1 = team1;
			this.team2 = team2;
		}
Пример #2
0
 public Game(System.DateTime when, NeoDatis.Odb.Test.Tutorial.Sport sport, NeoDatis.Odb.Test.Tutorial.Team
             team1, NeoDatis.Odb.Test.Tutorial.Team team2)
 {
     this.when  = when;
     this.sport = sport;
     this.team1 = team1;
     this.team2 = team2;
 }
Пример #3
0
		public virtual void SetTeam2(NeoDatis.Odb.Test.Tutorial.Team team2)
		{
			this.team2 = team2;
		}
Пример #4
0
		public virtual void SetTeam1(NeoDatis.Odb.Test.Tutorial.Team team1)
		{
			this.team1 = team1;
		}
Пример #5
0
 public virtual void SetTeam2(NeoDatis.Odb.Test.Tutorial.Team team2)
 {
     this.team2 = team2;
 }
Пример #6
0
 public virtual void SetTeam1(NeoDatis.Odb.Test.Tutorial.Team team1)
 {
     this.team1 = team1;
 }