Exemple #1
0
 public CodUfxUfsController(PfjContext context)
 {
     _context = context;
 }
 public EstadoCivilController(PfjContext context)
 {
     _context = context;
 }
 public PaisesController(PfjContext context)
 {
     _context = context;
 }
Exemple #4
0
 public UfsController(PfjContext context)
 {
     _context = context;
 }
 public ProfissaoController(PfjContext context)
 {
     _context = context;
 }
Exemple #6
0
 public PessoaController(PfjContext context)
 {
     _context = context;
 }
 public MunicipiosController(PfjContext context)
 {
     _context = context;
 }