コード例 #1
0
 private WebsiteContentActions actions2; //added by gene
 public AdminController()
 {
     db           = new lipatdbEntities();
     service      = new AdminService(db);
     ExcelActions = new ExcelActions();
     actions2     = new WebsiteContentActions();
 }
コード例 #2
0
 public WebsiteContentController()
 {
     websiteActions = new WebsiteContentActions();
 }