예제 #1
0
        //-- END ATTRIBUTS

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

        //-- CONSTRUCTOR
        public AgenceRepository(STBDbContext _context)
        {
            this._context = _context;
        }
예제 #3
0
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public EmailRepository(STBDbContext _context)
        {
            this._context = _context;
        }
예제 #4
0
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public ChequeRepository(STBDbContext _context)
        {
            this._context = _context;
        }
예제 #5
0
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public EmployeRepository(STBDbContext _context)
        {
            this._context = _context;
        }
예제 #6
0
        //-- END ATTRIBUTS

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

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

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