예제 #1
0
 public DefaultTagReadAccessor(BudgetCastContext context)
 {
     _context = context;
 }
 public DefaultTagWriteAccessor(BudgetCastContext context)
 {
     _context = context;
 }
예제 #3
0
 public CampaignReadAccessor(BudgetCastContext context)
 {
     _context = context;
 }
예제 #4
0
 public ReceiptReadAccessor(BudgetCastContext context)
 {
     _context = context;
 }
예제 #5
0
 public CampaignRepository(BudgetCastContext context) : base(context)
 {
 }
예제 #6
0
 public ReceiptRepository(BudgetCastContext context) : base(context)
 {
     _context = context;
 }
예제 #7
0
 public Repository(BudgetCastContext context)
 {
     Context = context;
 }