コード例 #1
0
ファイル: MatchesStatsService.cs プロジェクト: psobkowski/4b
 public MatchesStatsService(MulderContext context)
 {
     this.Context = context;
 }
コード例 #2
0
 public PlayersService(MulderContext context)
 {
     this.Context = context;
 }
コード例 #3
0
ファイル: TeamsService.cs プロジェクト: psobkowski/4b
 public TeamsService(MulderContext context)
 {
     this.Context = context;
 }