Example #1
0
 public LogAccessrRepository(ShopomoContext dbContext)
     : base(dbContext)
 {
 }
Example #2
0
 public RepositoryBase(ShopomoContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #3
0
 public UserRepository(ShopomoContext dbContext)
     : base(dbContext)
 {
 }