示例#1
0
 public GenericRepository(BudgetMonitorContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
示例#2
0
 public UserRepository(BudgetMonitorContext context)
 {
     Context = context;
 }
示例#3
0
 public TransactionRepository(BudgetMonitorContext context) : base(context)
 {
 }