Ejemplo n.º 1
0
 public NotaRepo(N00020449Context _context)
 {
     this._context = _context;
 }
Ejemplo n.º 2
0
 public UsuarioRepo(IN00020449Context _context, IConfiguration configuration, IHostEnvironment hostEnv)
 {
     this._context      = _context;
     this.configuration = configuration;
     this.hostEnv       = hostEnv;
 }
Ejemplo n.º 3
0
 public ClaimService(IN00020449Context context)
 {
     this.context = context;
 }