示例#1
0
 // Scrape the data
 public List <EventModel> GetEvents()
 {
     return(_scraperService.GetEvents(_documentUtilty.Document));
 }