示例#1
0
 public UserCreator(ruanj1801.Models.CourseManagerEntities context)
 {
     _context = context;
 }
示例#2
0
 public ActionLinkCreator(ruanj1801.Models.CourseManagerEntities context)
 {
     _context = context;
 }