Exemplo n.º 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;
		}
Exemplo n.º 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;
 }
Exemplo n.º 3
0
		public virtual void SetTeam2(NeoDatis.Odb.Test.Tutorial.Team team2)
		{
			this.team2 = team2;
		}
Exemplo n.º 4
0
		public virtual void SetTeam1(NeoDatis.Odb.Test.Tutorial.Team team1)
		{
			this.team1 = team1;
		}
Exemplo n.º 5
0
 public virtual void SetTeam2(NeoDatis.Odb.Test.Tutorial.Team team2)
 {
     this.team2 = team2;
 }
Exemplo n.º 6
0
 public virtual void SetTeam1(NeoDatis.Odb.Test.Tutorial.Team team1)
 {
     this.team1 = team1;
 }