示例#1
0
 public async Task <IActionResult> Get()
 {
     return(Json(new { data = await _usersService.AllAsync() }));
 }