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