Пример #1
0
 public KLoveContext(DbContextOptions <KLoveContext> options) : base(options)
 {
     Database.SetCommandTimeout(500);
 }