Ejemplo n.º 1
0
 public ConfigureSpecificBankRuleChildDialogView(BankAccountCompany screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Ejemplo n.º 2
0
 public BankAccountCompanyEntityView(BankAccountCompany screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Ejemplo n.º 3
0
 public BankAccountCompanyCollectionView(BankAccountCompany screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }