예제 #1
0
 public UserController()
 {
     this.objUserService = new CmnUserMgt();
     this.objddlService  = new SystemCommonDDL();
     this.objMailService = new EmailService();
 }
예제 #2
0
 public AccountController()
 {
     this.objUserService = new CmnUserMgt();
     this.objMailService = new EmailService();
 }