Exemplo n.º 1
0
 public BookmarkController()
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }
Exemplo n.º 2
0
 public KeywordController(BusinessLocator p_businessLocator)
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }
Exemplo n.º 3
0
 public ValidationController(BusinessLocator p_businessLocator)
 {
     _businessLocator = ((BusinessLocator)System.Web.HttpContext.Current.Items["BusinessLocator"]);
 }