コード例 #1
0
 public UserAPIController()
 {
     this.interfaceobj         = new AllRespository <User>();
     this.interfaceobjteam     = new AllRespository <Team>();
     this.interfaceplayerscore = new AllRespository <PlayerScore>();
     this.interfacematch       = new AllRespository <Match>();
 }
コード例 #2
0
 public PlayerScoresController()
 {
     this.iplayerscore = new AllRespository <PlayerScore>();
 }
コード例 #3
0
 public PlayerAPIController()
 {
     this.iplayer = new AllRespository <Player>();
 }
コード例 #4
0
 public UserController()
 {
     this.interfaceobj = new AllRespository <User>();
 }
コード例 #5
0
 public MatchPlayerController()
 {
     this.imatchpalyer = new AllRespository <MatchPlayer>();
 }
コード例 #6
0
 public PlayerRoleController()
 {
     this.IplayerRole = new AllRespository <PlayerRole>();
 }
コード例 #7
0
 public MatchAPIController()
 {
     this.imatch = new AllRespository <Match>();
 }