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