コード例 #1
0
ファイル: PessoaService.cs プロジェクト: QASoftDev/graff
 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
ファイル: SeedingService.cs プロジェクト: QASoftDev/graff
 public SeedingService(GraffContext context)
 {
     _context = context;
 }