Beispiel #1
0
 public UnitOfWork(SMPContext dbcontext)
 {
     _dbContext = dbcontext;
 }
Beispiel #2
0
 public Repository(SMPContext dbContext)
 {
     this.dbContext = dbContext;
 }