Exemplo n.º 1
0
 public void Update(Database.Tables.SearchItem searchItem)
 {
     this.Searchitem = searchItem;
 }
Exemplo n.º 2
0
 public Search(Database.Tables.SearchItem item, ApplicationUser owner)
 {
     this.Searchitem = item;
     _searchClient   = ResolveSearchClient(Searchitem.Url);
     this._user      = owner;
 }