Beispiel #1
0
        public IHttpActionResult changeBed(ChangeBedModel request)
        {
            var response = organizationManageService.ChangeBed(request);

            return(Ok(response));
        }