Esempio n. 1
0
 public async Task <IEnumerable <Release> > GetReleases([FromRoute] string projectName)
 {
     return(await ReleaseDataService.GetAllByProjectAsync(projectName));
 }