Example #1
0
 public PessoaService(GraffContext context)
 {
     _context = context;
 }
Example #2
0
 public LancesLeilaoService(GraffContext context)
 {
     _context = context;
 }
Example #3
0
 public ProdutoesController(GraffContext context)
 {
     _context = context;
 }
Example #4
0
 public ProdutoService(GraffContext context)
 {
     _context = context;
 }
Example #5
0
 public SeedingService(GraffContext context)
 {
     _context = context;
 }