示例#1
0
 public async Task <IActionResult> GetAllTagsAsync()
 {
     return(Ok(await tagManager.GetAllAsync()));
 }