Пример #1
0
 public ActionResult <IEnumerable <ProjectTask> > GetByProject(int projectId) => Ok(repository.GetByProject(projectId));