예제 #1
0
        public async Task <ActionResult <ResponseDto> > AddOrEditPower(PowerDto dto)
        {
            result.data = await bll.AddOrEditAsync(dto);

            return(result);
        }