Exemple #1
0
 private async Task <IEnumerable <Project> > GetProjectsRawAsync()
 {
     return(await _bbServerClient.GetProjectsAsync());
 }