Exemplo n.º 1
0
 public ProductsController(SampleContext sampleContext)
 {
     _sampleContext = sampleContext;
 }
Exemplo n.º 2
0
 public CustomersController(SampleContext sampleContext)
 {
     _sampleContext = sampleContext;
 }