예제 #1
0
 public RefereeController(FXDataContext context, IConfigurationProvider mappingConfiguration)
 {
     _context = context;
     _mappingConfiguration = mappingConfiguration;
 }
예제 #2
0
 public StatisticService(
     FXDataContext context, AutoMapper.IConfigurationProvider mappingConfiguration)
 {
     _context = context;
     _mappingConfiguration = mappingConfiguration;
 }
예제 #3
0
 public TeamsController(FXDataContext context)
 {
     _context = context;
 }
예제 #4
0
 public ManagersController(FXDataContext context)
 {
     _context = context;
 }
예제 #5
0
 public RefereesController(FXDataContext context)
 {
     _context = context;
 }
예제 #6
0
 public MatchesController(FXDataContext context)
 {
     _context = context;
 }
예제 #7
0
 public PlayersController(FXDataContext context)
 {
     _context = context;
 }