Example #1
0
 public Steps(Valtech.HomePage homePage)
 {
     _homePage = homePage;
 }
Example #2
0
 public Steps(Valtech.HomePage homePage, Valtech.ContactsPage contactsPage)
 {
     _homePage     = homePage;
     _contactsPage = contactsPage;
 }