Exemplo n.º 1
0
 public ProductsService(ProductsContext context)
 {
     _context = context;
 }