示例#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"]);
 }