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