Пример #1
0
 public void RemoveKeys(List <TemporaryExposureKey> keys)
 {
     _dbContext.RemoveRange(keys);
     _dbContext.SaveChanges();
 }