コード例 #1
0
 public async Task <object> Execute()
 {
     return(await _accountHandler.GetUsersByCity(_city));
 }