Dojo4.Gerente.Gerente C# (CSharp) 메소드

Gerente() 공개 메소드

public Gerente ( string nome, double horas, double bonus ) : System
nome string
horas double
bonus double
리턴 System
        public Gerente(string nome, double horas, double bonus)
            : base(nome, horas, 100)
        {
            this.bonus = bonus;
        }