示例#1
0
 public CourseDbService(GlobalSearchContext context)
 {
     this._context = context;
 }
示例#2
0
 public CourseDbService()
 {
     this._context = new GlobalSearchContext();
 }
 public BookmarkDbService(GlobalSearchContext context)
 {
     this._context = context;
 }
 public BookmarkDbService()
 {
     this._context = new GlobalSearchContext();
 }
 public SearchQueryDbService(GlobalSearchContext context)
 {
     this._context = context;
 }
 public SearchQueryDbService()
 {
     this._context = new GlobalSearchContext();
 }