Example #1
0
 public LogRepository(RJWDataDbContext context)
 {
     this.context = context;
 }
 public ConsolidateRepository(RJWDataDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public CashReceiptRepository(RJWDataDbContext context)
 {
     this.context = context;
 }
 public RetailLinkRepository(RJWDataDbContext context)
 {
     this.context = context;
 }
 public UnitOfWork(RJWDataDbContext context)
 {
     this.context = context;
 }