public BaseController(N00020449Context context)
 {
     this.context = context;
 }
 public MiAppController(N00020449Context context) : base(context)
 {
     this._context = context;
 }
Exemple #3
0
 public UsuarioController(N00020449Context context, IConfiguration configuration) : base(context)
 {
     this._context       = context;
     this._configuration = configuration;
 }
Exemple #4
0
 public NotaRepo(N00020449Context _context)
 {
     this._context = _context;
 }