Example #1
0
 public EmployeeQualifyVMCollectionView(EmployeeQualify screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Example #2
0
 public EmployeeQualifyVMEntityView(EmployeeQualify screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }