Пример #1
0
 public BookmarkController()
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }
Пример #2
0
 public KeywordController(BusinessLocator p_businessLocator)
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }
Пример #3
0
 public ValidationController(BusinessLocator p_businessLocator)
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }