Ejemplo n.º 1
0
 public ManagerFrontEndClient()
 {
     studenService           = new StudentService();
     assigmentService        = new AssigmentService();
     studentAssigmentService = new StudentAssigmentService();
 }
 public StudentAssigmentController(DBContext dBContext)
 {
     _context = dBContext;
     studentAssigmentService = new StudentAssigmentService(_context);
 }