示例#1
0
 public ActionLinkCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }
示例#2
0
文件: UserCreator.cs 项目: XHY126/7
 public UserCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }