#include "tratador.h" Tratador::Tratador(int identity, string role, string name, string doc_cpf, short age, char blood_type, char rh_factor, string specialty): Funcionario(identity, role, name, doc_cpf, age, blood_type, rh_factor, specialty) {}