コード例 #1
0
 public ReglementRepository(REG_FSS_DB context) : base(context)
 {
 }
コード例 #2
0
 public FacturesRepository(REG_FSS_DB context) : base(context)
 {
 }
コード例 #3
0
 public BonAPayerRepository(REG_FSS_DB context) : base(context)
 {
     this.context = context;
 }
コード例 #4
0
 public UtilisateurRepository(REG_FSS_DB context) : base(context)
 {
 }
コード例 #5
0
 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>();
 }
コード例 #8
0
 public FournisseursRepository(REG_FSS_DB context) : base(context)
 {
     this.context = context ?? throw new ArgumentNullException(nameof(context));
 }
コード例 #9
0
 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)
 {
 }
コード例 #12
0
 public SuiviBancaireRepository(REG_FSS_DB context) : base(context)
 {
 }
コード例 #13
0
 public CaisseRepository(REG_FSS_DB context) : base(context)
 {
 }
コード例 #14
0
 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;
 }