public PageService(CTMSContext CTMSContext, IPageDAL PageDAL) { this.CTMSContext = CTMSContext; this.PageDAL = PageDAL; this.Dal = PageDAL; }
public PageService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IPageDAL PageDAL) { this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext; this.PageDAL = PageDAL; this.Dal = PageDAL; }