Ejemplo n.º 1
0
 public void Heavy()
 {
     IndexModel.ExecuteAsync(() => new ShopDbContext(), NumberOfExecutions);
 }
Ejemplo n.º 2
0
 public void Light()
 {
     IndexModel.ExecuteAsync(() => new LightShopDbContext(), NumberOfExecutions);
 }