Esempio n. 1
0
 public PageService(CTMSContext CTMSContext, IPageDAL PageDAL)
 {
     this.CTMSContext = CTMSContext;
     this.PageDAL     = PageDAL;
     this.Dal         = PageDAL;
 }
Esempio n. 2
0
 public PageService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IPageDAL PageDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.PageDAL = PageDAL;
     this.Dal     = PageDAL;
 }