Exemplo n.º 1
0
 public UnitOfWork()
 {
     if (Context == null)
     {
         Context = new StickyPlzContext();
     }
 }
Exemplo n.º 2
0
 public GenericRepository(StickyPlzContext dbcontext)
 {
     _dbContext = dbcontext;
 }