Ejemplo n.º 1
0
 public DbProjectService()
 {
     context = new TrackerContext();
 }
Ejemplo n.º 2
0
 public DbProjectService(TrackerContext context)
 {
     this.context = context;
 }
Ejemplo n.º 3
0
 public DbTaskService()
 {
     context = new TrackerContext();
 }
Ejemplo n.º 4
0
 public DbTaskService(TrackerContext context)
 {
     this.context = context;
 }
Ejemplo n.º 5
0
 public DbAccountService()
 {
     context = new TrackerContext();
 }
Ejemplo n.º 6
0
 public DbAccountService(TrackerContext context)
 {
     this.context = context;
 }