示例#1
0
        public async Task <ApiResult> DeleteAccountById(int accountId)
        {
            await passportService.DeleteAccountById(accountId);

            return(ApiResult.Success);
        }