Beispiel #1
0
 public UsuarioController(Ef_Context context, IHostEnvironment hostEnv, IConfiguration configuration) : base(context)
 {
     this.context       = context;
     this.configuration = configuration;
     this.hostEnv       = hostEnv;
 }
Beispiel #2
0
 public NotaController(Ef_Context context)
 {
     this.context = context;
 }
Beispiel #3
0
 public BaseController(Ef_Context context)
 {
     this.context = context;
 }