示例#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;
 }