コード例 #1
0
 public SignUpController()
 {
     _user            = new UserBll();
     _moduleBll       = new ModuleBLL();
     _organizationBll = new OrganizationBLL();
     _emailBll        = new EmailBLL();
     _templateBll     = new TemplateBLL();
 }
コード例 #2
0
 public TemplateController()
 {
     _templateBll = new TemplateBLL();
 }