예제 #1
0
 public CodUfxUfsController(PfjContext context)
 {
     _context = context;
 }
 public EstadoCivilController(PfjContext context)
 {
     _context = context;
 }
예제 #3
0
 public PaisesController(PfjContext context)
 {
     _context = context;
 }
예제 #4
0
 public UfsController(PfjContext context)
 {
     _context = context;
 }
예제 #5
0
 public ProfissaoController(PfjContext context)
 {
     _context = context;
 }
예제 #6
0
 public PessoaController(PfjContext context)
 {
     _context = context;
 }
예제 #7
0
 public MunicipiosController(PfjContext context)
 {
     _context = context;
 }