Beispiel #1
0
 public ApplicationDbContext(DbContextOptions options) : base(options)
 {
     Database.SetCommandTimeout(3600);
 }