Esempio n. 1
0
 public TblTeamsController(Models.DB_YoungEnterpriseContext context)
 {
     _context    = context; // todo remove when using services
     voteService = new VoteService(_context);
 }
 public TblVoteAnswersController(Models.DB_YoungEnterpriseContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public TblSchoolsController(Models.DB_YoungEnterpriseContext context)
 {
     _context = context;
 }