Пример #1
0
        public async Task <ResultListDto> GetBranchListAsync([FromBody] BranchFilterDto branchFilterDto = null)
        {
            ResultListDto branchListdto = await branchAppService.GetBranchListAsync(branchFilterDto);

            return(branchListdto);
        }