コード例 #1
0
 public ReporteController(IWebHostEnvironment iwebhost, ChampContext context)
 {
     _context  = context;
     _iwebhost = iwebhost;
 }
コード例 #2
0
 public ProductoController(IWebHostEnvironment iwebhost, ChampContext context)
 {
     _context  = context;
     _iwebhost = iwebhost;
 }
コード例 #3
0
 public LoginServices(ChampContext _context)
 {
     _context = context
 }
コード例 #4
0
 public AccountController(ChampContext context)
 {
     _context = context;
 }