Пример #1
0
        private AtomAllowableActions ParseAllowableActions(XmlReader reader)
        {
            AtomAllowableActions result = new AtomAllowableActions();

            result.AllowableActions = DeserializeAllowableActions(reader);
            return(result);
        }
Пример #2
0
 private AtomAllowableActions ParseAllowableActions(XmlReader reader)
 {
     AtomAllowableActions result = new AtomAllowableActions();
     result.AllowableActions = DeserializeAllowableActions(reader);
     return result;
 }