DataAccess.Role.Role C# (CSharp) 메소드

Role() 공개 메소드

public Role ( ) : System.Data.Linq
리턴 System.Data.Linq
		public Role()
		{
			this._Logins = new EntitySet<Login>(new Action<Login>(this.attach_Logins), new Action<Login>(this.detach_Logins));
			OnCreated();
		}