Example #1
0
 public ReglementRepository(REG_FSS_DB context) : base(context)
 {
 }
 public FacturesRepository(REG_FSS_DB context) : base(context)
 {
 }
 public BonAPayerRepository(REG_FSS_DB context) : base(context)
 {
     this.context = context;
 }
Example #4
0
 public UtilisateurRepository(REG_FSS_DB context) : base(context)
 {
 }
 public RoleFonctionnelRepository(REG_FSS_DB context) : base(context)
 {
 }
Example #6
0
 public BanqueRepository(REG_FSS_DB context) : base(context)
 {
 }
Example #7
0
 public Repository(REG_FSS_DB context)
 {
     _context   = context;
     this.table = _context.Set <T>();
 }
 public FournisseursRepository(REG_FSS_DB context) : base(context)
 {
     this.context = context ?? throw new ArgumentNullException(nameof(context));
 }
 public AnnexeRepository(REG_FSS_DB context) : base(context)
 {
 }
Example #10
0
 public Repository()
 {
     this._context = new REG_FSS_DB();
     this.table    = _context.Set <T>();
 }
Example #11
0
 public RubriqueRepository(REG_FSS_DB context) : base(context)
 {
 }
 public SuiviBancaireRepository(REG_FSS_DB context) : base(context)
 {
 }
 public CaisseRepository(REG_FSS_DB context) : base(context)
 {
 }
 public RoleTechniqueRepository(REG_FSS_DB context) : base(context)
 {
 }
Example #15
0
 public FoncTechRoleRepository(REG_FSS_DB context) : base(context)
 {
 }
Example #16
0
 public DeviseRepository(REG_FSS_DB context) : base(context)
 {
 }
Example #17
0
 public RetenuRepository(REG_FSS_DB context) : base(context)
 {
     this.context = context;
 }