BLL.Personas.Personas C# (CSharp) 메소드

Personas() 공개 메소드

public Personas ( ) : System
리턴 System
        public Personas()
        {
            this.PersonaId = 0;
            this.Nombre = "";
            Telefonos = new List<PersonasTelefonos>();
        }