コード例 #1
0
        public async Task <ActionResult <WithdrawalSetupRespObj> > GenerateExportWithdrawalSetup()
        {
            var response = _repo.GenerateExportWithdrawalSetup();

            return(new WithdrawalSetupRespObj
            {
                export = response,
            });
        }