示例#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;
        }
        //-- END ATTRIBUTS

        //-- CONSTRUCTOR
        public ChequeRepository(STBDbContext _context)
        {
            this._context = _context;
        }
        //-- 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;
        }