Example #1
0
 public UnitOfWork(ACRDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public WeekEntryRepository(ACRDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public CategoryRepository(ACRDbContext context)
 {
     this.context = context;
 }
Example #4
0
 public UserRepository(ACRDbContext context)
 {
     this.context = context;
 }