コード例 #1
0
 public ActionLinkCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: UserCreator.cs プロジェクト: XHY126/7
 public UserCreator(CourseManager.Models.CourseManagerEntities context)
 {
     _context = context;
 }