예제 #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;
 }
예제 #4
0
 public UtilisateurRepository(REG_FSS_DB context) : base(context)
 {
 }
 public RoleFonctionnelRepository(REG_FSS_DB context) : base(context)
 {
 }
예제 #6
0
 public BanqueRepository(REG_FSS_DB context) : base(context)
 {
 }
예제 #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)
 {
 }
예제 #10
0
 public Repository()
 {
     this._context = new REG_FSS_DB();
     this.table    = _context.Set <T>();
 }
예제 #11
0
 public RubriqueRepository(REG_FSS_DB context) : base(context)
 {
 }
 public SuiviBancaireRepository(REG_FSS_DB context) : base(context)
 {
 }
예제 #13
0
 public CaisseRepository(REG_FSS_DB context) : base(context)
 {
 }
 public RoleTechniqueRepository(REG_FSS_DB context) : base(context)
 {
 }
예제 #15
0
 public FoncTechRoleRepository(REG_FSS_DB context) : base(context)
 {
 }
예제 #16
0
 public DeviseRepository(REG_FSS_DB context) : base(context)
 {
 }
예제 #17
0
 public RetenuRepository(REG_FSS_DB context) : base(context)
 {
     this.context = context;
 }