示例#1
0
        public Owner GetOwner(int id)
        {
            var owner = _ownersRepository.GetOwner(id);

            return(owner);
        }