Example #1
0
 public CommercialAgentClassificationSLEntityView(CommercialAgentClassificationSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Example #2
0
 public AgentClassificationByLangSLView(CommercialAgentClassificationSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }