Exemplo n.º 1
0
 public CourseController(CFSISContext context)
 {
     _context  = context;
     objcourse = new CourseDataAccessLayer(_context);
 }