public ProdutoRepository(DeliveryContext context) { this._context = context; }
public PedidoRepository(DeliveryContext context) { this._context = context; }
public RestauranteRepository(DeliveryContext context) //Construtor com INJEÇÃO DE DEPENDENCIA. { this._context = context; }
public ClienteRepository(DeliveryContext context) { this._context = context; }