Ejemplo n.º 1
0
 public UsuarioRepository(PennyContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public CompraRepository(PennyContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public ProdutoRepository(PennyContext context)
 {
     _context = context;
 }
 public EstabelecimentoRepository(PennyContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public EnderecoRepository(PennyContext context)
 {
     _context = context;
 }
 public ClienteRepository(PennyContext context)
 {
     _context = context;
 }
Ejemplo n.º 7
0
 public AcessoRepository(PennyContext context)
 {
     _context = context;
 }