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