Exemplo n.º 1
0
 public IActionResult Get(int projectId)
 {
     return(new JsonResult(_repository.GetReleasesForProject(projectId)));
 }