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