Beispiel #1
0
 public void OnGet(bool?resetDb)
 {
     if (resetDb ?? false)
     {
         _context.ResetAndSeed();
     }
 }