Exemple #1
0
        public ActionResult GetDetailById(long sid)
        {
            var data = _alphahomeService.GetDetailById(sid);

            return(Ok(data));
        }