public PostesController(MVC_DS_ArthurGOAREGUERContext context)
 {
     _context = context;
 }
Example #2
0
 public ChampionnatsController(MVC_DS_ArthurGOAREGUERContext context)
 {
     _context = context;
 }
Example #3
0
 public JeuxController(MVC_DS_ArthurGOAREGUERContext context)
 {
     _context = context;
 }
 public TournoisController(MVC_DS_ArthurGOAREGUERContext context)
 {
     _context = context;
 }
Example #5
0
 public OrganisationsController(MVC_DS_ArthurGOAREGUERContext context)
 {
     _context = context;
 }
 public ParticipantsController(MVC_DS_ArthurGOAREGUERContext context)
 {
     _context = context;
 }
Example #7
0
 public ResultatsController(MVC_DS_ArthurGOAREGUERContext context)
 {
     _context = context;
 }