Ejemplo n.º 1
0
 public ClientOrderService(Teste2Context context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
        // private readonly ClientService _clientService;

        public ClientOrdersController(Teste2Context context)
        {
            _context = context;
        }
Ejemplo n.º 3
0
 public ProductOrdersController(Teste2Context context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public ProductService(Teste2Context context)
 {
     _context = context;
 }