コード例 #1
0
 public BaseController(N00020449Context context)
 {
     this.context = context;
 }
コード例 #2
0
 public MiAppController(N00020449Context context) : base(context)
 {
     this._context = context;
 }
コード例 #3
0
 public UsuarioController(N00020449Context context, IConfiguration configuration) : base(context)
 {
     this._context       = context;
     this._configuration = configuration;
 }
コード例 #4
0
 public NotaRepo(N00020449Context _context)
 {
     this._context = _context;
 }