static void Main(string[] args) { Gerente chefe = new Gerente(); chefe.Trabalhar("Sistema atendimento ao usuário"); Console.ReadLine(); }
static void Main(string[] args) { var gerente = new Gerente(); gerente.Trabalhar("Sistema de atendimento ao usuário"); Console.ReadLine(); }