Exemplo n.º 1
0
 public CasoRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DoadorRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public LoginRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public EnderecoRepositorio(PostgreSqlContext context)
 {
     _context = context;
 }