public DbProjectService()
 {
     context = new TrackerContext();
 }
 public DbProjectService(TrackerContext context)
 {
     this.context = context;
 }
Example #3
0
 public DbTaskService()
 {
     context = new TrackerContext();
 }
Example #4
0
 public DbTaskService(TrackerContext context)
 {
     this.context = context;
 }
 public DbAccountService()
 {
     context = new TrackerContext();
 }
 public DbAccountService(TrackerContext context)
 {
     this.context = context;
 }