Ejemplo n.º 1
0
 /// <summary>
 /// A constructor to initialize the controller
 /// </summary>
 public CoursesController()
 {
     _context = new APIServices.CourseServiceProvider();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// A constructor to initialize the controller
 /// </summary>
 public CoursesController()
 {
     _context = new APIServices.CourseServiceProvider();
 }