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