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