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

            return(branchListdto);
        }