Ejemplo n.º 1
0
        private AtomAllowableActions ParseAllowableActions(XmlReader reader)
        {
            AtomAllowableActions result = new AtomAllowableActions();

            result.AllowableActions = DeserializeAllowableActions(reader);
            return(result);
        }
Ejemplo n.º 2
0
 private AtomAllowableActions ParseAllowableActions(XmlReader reader)
 {
     AtomAllowableActions result = new AtomAllowableActions();
     result.AllowableActions = DeserializeAllowableActions(reader);
     return result;
 }