Beispiel #1
0
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public OperationRepository(STBDbContext _context)
        {
            this._context = _context;
        }
Beispiel #2
0
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public AgenceRepository(STBDbContext _context)
        {
            this._context = _context;
        }
Beispiel #3
0
        //-- 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;
        }
Beispiel #6
0
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public CompteRepository(STBDbContext _context)
        {
            this._context = _context;
        }
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public PersonneRepository(STBDbContext _context)
        {
            this._context = _context;
        }
Beispiel #8
0
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public ClientRepository(STBDbContext _context)
        {
            this._context = _context;
        }