예제 #1
0
 public ExpressionRepository(GnomeDb context) : base(context)
 {
 }
예제 #2
0
 public AccountRepository(GnomeDb context) : base(context)
 {
 }
예제 #3
0
 public UserRepository(GnomeDb context)
 {
     this.context = context;
 }
예제 #4
0
 public CategoryTransactionRepository(GnomeDb context) : base(context)
 {
 }
예제 #5
0
 public RuleRepository(GnomeDb context) : base(context)
 {
 }
예제 #6
0
 public ReportRepository(GnomeDb context) : base(context)
 {
 }
예제 #7
0
 public QueryRepository(GnomeDb context) : base(context)
 {
 }
예제 #8
0
 public GenericRepository(GnomeDb context)
 {
     this.context = context;
     this.set     = context.Set <T>();
 }
예제 #9
0
 public CategoryRepository(GnomeDb context) : base(context)
 {
 }