using System; using System.Linq; using System.Xml; using System.Xml.Linq; namespace bsmd.hisnord { public class NSWResponse { public NSWResponse(XElement xml) { } #region Properties #endregion } }