public NaturalidadeGerenciador() { _context = new Context.SiteContext(); }
public ResidenciaGerenciador() { _context = new Context.SiteContext(); }
public PessoaGerenciador() { _context = new Context.SiteContext(); }
public EstadoCivilGerenciador() { _context = new Context.SiteContext(); }
public DeficienciaGerenciador() { _context = new Context.SiteContext(); }
public TipoSanguineoGerenciador() { _context = new Context.SiteContext(); }
public IdentidadeGerenciador() { _context = new Context.SiteContext(); }
public UFGerenciador() { _context = new Context.SiteContext(); }