Exemplo n.º 1
0
 public GetGoalsController()
 {
     this.db = new SavingGoalContext();
 }
Exemplo n.º 2
0
 public UpdateNameController()
 {
     this.db = new SavingGoalContext();
 }
Exemplo n.º 3
0
 public AddToSavedController()
 {
     this.db = new SavingGoalContext();
 }
Exemplo n.º 4
0
 public NewGoalController()
 {
     this.db = new SavingGoalContext();
 }