Exemplo n.º 1
0
 public Startup(IConfiguration configuration)
 {
     data.SeedDataToDocuments();
     Configuration = configuration;
 }