コード例 #1
0
 public DBSession()
 {
     this.CurrentEFContext = dbContextFactory.GetCurrentContextInstence();
 }
コード例 #2
0
 public UserInfoRepository()
 {
     db = dbContextFactory.GetCurrentContextInstence();
 }
コード例 #3
0
ファイル: BaseRepository.cs プロジェクト: zszqwe/ShopNC
 public BaseRepository()
 {
     db = dbContextFactory.GetCurrentContextInstence();
 }