コード例 #1
0
 protected async Task <IActionResult> GetAllAsync()
 {
     return(Ok(await AdminStore.GetAllAsync()));
 }