예제 #1
0
        public GetResult <T> Get(GetCommand getCommand)
        {
            var result = connection.Get(getCommand);

            return(Serializer.ToGetResult <T>(result));
        }