Esempio n. 1
0
 public TempWorks(DataSurfContext context)
 {
     context.ChangeTracker.QueryTrackingBehavior = Microsoft.EntityFrameworkCore.QueryTrackingBehavior.NoTracking;
     _context  = context;
     isRunning = new bool[100];
 }
Esempio n. 2
0
 public TextTools(DataSurfContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public CovidTests(DataSurfContext context)
 {
     _context = context;
 }