예제 #1
0
 public async Task <IActionResult> GetSavedProjectsAsync()
 {
     return(Ok(await _projectBL.GetSavedProjectsAsync()));
 }