Exemple #1
0
 public DbFactory(RbPrintersDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #2
0
 public BaseRepository(RbPrintersDbContext context)
 {
     this._context = context;
 }