Exemplo n.º 1
0
 public TimeShedulesController(DBYoungEnterPriseContext context)
 {
     _context = context;
 }
 public AccountsController(DBYoungEnterPriseContext context)
 {
     _context = context;
 }
 public QuestionnariesController(DBYoungEnterPriseContext context)
 {
     _context = context;
 }
 public TeamScoresController(DBYoungEnterPriseContext context)
 {
     _context = context;
 }
 public PeopleController(DBYoungEnterPriseContext context)
 {
     _context = context;
 }
 public QuestionInformationsController(DBYoungEnterPriseContext context)
 {
     _context = context;
 }