public ActionLinkCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }
Example #2
0
 public UserCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }