Exemple #1
0
 public BaseRepository(IUDbContext dbContext)
 {
     _dbContext = (UDbcontext)dbContext;
 }
Exemple #2
0
 public DemoUnitOfWorkContext()
 {
     DemoDbContext = new UDbcontext();
     Id            = Guid.NewGuid().ToString("N");
 }