Ejemplo n.º 1
0
 public UserController()
 {
     this.objUserService = new CmnUserMgt();
     this.objddlService  = new SystemCommonDDL();
     this.objMailService = new EmailService();
 }
Ejemplo n.º 2
0
 public AccountController()
 {
     this.objUserService = new CmnUserMgt();
     this.objMailService = new EmailService();
 }