Example #1
0
 public virtual void AddRecord(string url, string rating, RedfinContext mlsContext)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Importer(UrlsReader reader, RedfinContext context)
 {
     _reader  = reader;
     _context = context;
 }