Beispiel #1
0
 public BookmarkBll(BusinessLocator p_BusinessLocator)
 {
     BookmarkRepo = p_BusinessLocator.ServiceLocator.BookmarkRepository;
     b = p_BusinessLocator;
 }
 public WebBookmarksController()
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }
Beispiel #3
0
 public BookmarkBll(BusinessLocator p_BusinessLocator)
 {
     BookmarkRepo = p_BusinessLocator.ServiceLocator.BookmarkRepository;
     b            = p_BusinessLocator;
 }
Beispiel #4
0
 public KeywordBll(BusinessLocator p_businessLocator)
 {
     KeywordRepo = p_businessLocator.ServiceLocator.KeywordRepository;
 }
 public KeywordController(BusinessLocator p_businessLocator)
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }
Beispiel #6
0
 public KeywordBll(BusinessLocator p_businessLocator)
 {
     KeywordRepo = p_businessLocator.ServiceLocator.KeywordRepository;
 }