Exemplo n.º 1
0
 public NaturalidadeGerenciador()
 {
     _context = new Context.SiteContext();
 }
Exemplo n.º 2
0
 public ResidenciaGerenciador()
 {
     _context = new Context.SiteContext();
 }
Exemplo n.º 3
0
 public PessoaGerenciador()
 {
     _context = new Context.SiteContext();
 }
Exemplo n.º 4
0
 public EstadoCivilGerenciador()
 {
     _context = new Context.SiteContext();
 }
Exemplo n.º 5
0
 public DeficienciaGerenciador()
 {
     _context = new Context.SiteContext();
 }
Exemplo n.º 6
0
 public TipoSanguineoGerenciador()
 {
     _context = new Context.SiteContext();
 }
Exemplo n.º 7
0
 public IdentidadeGerenciador()
 {
     _context = new Context.SiteContext();
 }
Exemplo n.º 8
0
 public UFGerenciador()
 {
     _context = new Context.SiteContext();
 }