예제 #1
0
        public async Task <IActionResult> UpdateAsync([FromBody] ProfileAdd model)
        {
            var result = await _bizProfile.UpdateProfile(model);

            return(ToResponse(result));
        }