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