예제 #1
0
파일: Game.cs 프로젝트: ekicyou/pasta
		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
파일: Game.cs 프로젝트: ekicyou/pasta
 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
파일: Game.cs 프로젝트: ekicyou/pasta
		public virtual void SetTeam2(NeoDatis.Odb.Test.Tutorial.Team team2)
		{
			this.team2 = team2;
		}
예제 #4
0
파일: Game.cs 프로젝트: ekicyou/pasta
		public virtual void SetTeam1(NeoDatis.Odb.Test.Tutorial.Team team1)
		{
			this.team1 = team1;
		}
예제 #5
0
파일: Game.cs 프로젝트: ekicyou/pasta
 public virtual void SetTeam2(NeoDatis.Odb.Test.Tutorial.Team team2)
 {
     this.team2 = team2;
 }
예제 #6
0
파일: Game.cs 프로젝트: ekicyou/pasta
 public virtual void SetTeam1(NeoDatis.Odb.Test.Tutorial.Team team1)
 {
     this.team1 = team1;
 }