NDG.DataAccessModels.Server.Server C# (CSharp) 메소드

Server() 공개 메소드

public Server ( ) : System
리턴 System
        public Server()
        {
            this._Settings = new EntitySet<Settings>(new Action<Settings>(this.attach_Settings), new Action<Settings>(this.detach_Settings));
            this._User = new EntitySet<User>(new Action<User>(this.attach_User), new Action<User>(this.detach_User));
            OnCreated();
        }