public DbProjectService() { context = new TrackerContext(); }
public DbProjectService(TrackerContext context) { this.context = context; }
public DbTaskService() { context = new TrackerContext(); }
public DbTaskService(TrackerContext context) { this.context = context; }
public DbAccountService() { context = new TrackerContext(); }
public DbAccountService(TrackerContext context) { this.context = context; }