コード例 #1
0
 public DepartmentsController(webComApsNetCoreContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: UsuarioController.cs プロジェクト: pedrinCjm/csharp
 public UsuarioController(webComApsNetCoreContext context)
 {
     _context = context;
 }
コード例 #3
0
 public HomeController(webComApsNetCoreContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CategoriaLivrosController(webComApsNetCoreContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EmpresasController(webComApsNetCoreContext context)
 {
     _context = context;
 }
コード例 #6
0
 public CarrosController(webComApsNetCoreContext context)
 {
     _context = context;
 }