示例#1
0
 public SearchKeywordService(CTMSContext CTMSContext, ISearchKeywordDAL SearchKeywordDAL)
 {
     this.CTMSContext      = CTMSContext;
     this.SearchKeywordDAL = SearchKeywordDAL;
     this.Dal = SearchKeywordDAL;
 }
示例#2
0
 public SearchKeywordService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, ISearchKeywordDAL SearchKeywordDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.SearchKeywordDAL       = SearchKeywordDAL;
     this.Dal = SearchKeywordDAL;
 }