コード例 #1
0
 public ConsoleService(LocWEBContext context)
 {
     _context = context;
 }
コード例 #2
0
 public JogosController(LocWEBContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: ConsolesController.cs プロジェクト: AllannH/LocWEB
 public ConsolesController(LocWEBContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: ClienteService.cs プロジェクト: AllannH/LocWEB
 public ClienteService(LocWEBContext context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: JogoService.cs プロジェクト: AllannH/LocWEB
 public JogoService(LocWEBContext context)
 {
     _context = context;
 }
コード例 #6
0
 public SeedingService(LocWEBContext context)
 {
     _context = context;
 }
コード例 #7
0
ファイル: PedidoService.cs プロジェクト: AllannH/LocWEB
 public PedidoService(LocWEBContext context)
 {
     _context = context;
 }
コード例 #8
0
 public ClientesController(LocWEBContext context)
 {
     _context = context;
 }