public UnitOfWork(ACRDbContext context) { this.context = context; }
public WeekEntryRepository(ACRDbContext context) { this.context = context; }
public CategoryRepository(ACRDbContext context) { this.context = context; }
public UserRepository(ACRDbContext context) { this.context = context; }