Example #1
0
 public CasoRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }
Example #2
0
 public DoadorRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }
Example #3
0
 public LoginRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }
Example #4
0
 public EnderecoRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }