コード例 #1
0
        public Broker Get(int id)
        {
            var b = _brokersService.GetById(id);

            return(b);
        }