Exemplo n.º 1
0
        public IActionResult GetByProject(Guid id)
        {
            var opportunites = _opportuniteRepository.GetOpportunitesByProject(id);

            return(new OkObjectResult(opportunites));
        }