Ejemplo n.º 1
0
        static internal TrackType ToTrackType(this WCFTrackType o)
        {
            TrackType result = new TrackType();

            result.Name = o.Name;

            return(result);
        }
Ejemplo n.º 2
0
        public WCFTrackType ToWCFTrackType()
        {
            WCFTrackType result = new WCFTrackType();

            result.Name = this.Name;

            return(result);
        }