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