Esempio n. 1
0
 public static ScraperModel CreateFromScraper(IScraper scraper) => new ScraperModel()
 {
     ClassName = scraper.GetType().AssemblyQualifiedName,
     Arguments = scraper.GetSerializableConstructorArguments() ?? Array.Empty <string>()
 };