예제 #1
0
 public UsuarioRepository(PennyContext context)
 {
     _context = context;
 }
예제 #2
0
 public CompraRepository(PennyContext context)
 {
     _context = context;
 }
예제 #3
0
 public ProdutoRepository(PennyContext context)
 {
     _context = context;
 }
 public EstabelecimentoRepository(PennyContext context)
 {
     _context = context;
 }
예제 #5
0
 public EnderecoRepository(PennyContext context)
 {
     _context = context;
 }
 public ClienteRepository(PennyContext context)
 {
     _context = context;
 }
예제 #7
0
 public AcessoRepository(PennyContext context)
 {
     _context = context;
 }