public InformeController() { _context = new ApplicationDbContext(); _vmm = new InformeVMM(_context); }
public InformesTests() { _vmm = new InformeVMM(Context); }