Skip to content
Snippets Groups Projects
veterinario.cpp 261 B
Newer Older
#include "veterinario.h"

Veterinario::Veterinario(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)
{}