//-- END ATTRIBUTS //-- CONSTRUCTOR public OperationRepository(STBDbContext _context) { this._context = _context; }
//-- END ATTRIBUTS //-- CONSTRUCTOR public AgenceRepository(STBDbContext _context) { this._context = _context; }
//-- END ATTRIBUTS //-- CONSTRUCTOR public EmailRepository(STBDbContext _context) { this._context = _context; }
//-- END ATTRIBUTS //-- CONSTRUCTOR public ChequeRepository(STBDbContext _context) { this._context = _context; }
//-- END ATTRIBUTS //-- CONSTRUCTOR public EmployeRepository(STBDbContext _context) { this._context = _context; }
//-- END ATTRIBUTS //-- CONSTRUCTOR public CompteRepository(STBDbContext _context) { this._context = _context; }
//-- END ATTRIBUTS //-- CONSTRUCTOR public PersonneRepository(STBDbContext _context) { this._context = _context; }
//-- END ATTRIBUTS //-- CONSTRUCTOR public ClientRepository(STBDbContext _context) { this._context = _context; }