Example #1
0
 public Repository(XayahContext db)
 {
     Db    = db;
     DbSet = db.Set <TEntity>();
 }
 public TransactionRepository(XayahContext context) : base(context)
 {
 }
Example #3
0
 public DocumentRepository(XayahContext context) : base(context)
 {
 }