Ejemplo n.º 1
0
 public BudgetQuerySteps()
 {
     bugBudgetQueryPage = new BudgetQueryPage(this);
 }
Ejemplo n.º 2
0
 public BudgetQuerySteps()
 {
     this._budgetQueryPage  = new BudgetQueryPage(this);
     this._budgetController = new BudgetController(this.budgetServiceStub);
 }