예제 #1
0
 public UnitOfWork()
 {
     this.entities = new PegoDB();
 }
예제 #2
0
 public GenericRepository(PegoDB context)
 {
     this._context = context;
 }