コード例 #1
0
 public UserRepository(MvcBasContext context)
 {
     this._context = context;
 }
コード例 #2
0
ファイル: Repository.cs プロジェクト: tieulahan/LeagueManager
 /// <summary>
 ///
 /// </summary>
 public Repository()
 {
     Context = new MvcBasContext();
 }