コード例 #1
0
 public GenericRepository(EventsoEntities context)
 {
     this.context = context;
     this.dbSet   = context.Set <T>();
 }
コード例 #2
0
ファイル: UnitOfWork.cs プロジェクト: renjithseban/Eventso
 public UnitOfWork()
 {
     context = new EventsoEntities();
 }