示例#1
0
        public LegalEntity Get([FromUri] int lentId)
        {
            var lent = _leService.GetById(lentId);

            return(lent);
        }