예제 #1
0
 public ActionLinkCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }
예제 #2
0
파일: UserCreator.cs 프로젝트: XHY126/7
 public UserCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }