예제 #1
0
 public TransfertRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #2
0
 public RepositoryWrapper(pscContext repositoryContext)
 {
     _repoContext = repositoryContext;
     _transaction = _repoContext.Database.BeginTransaction();
 }
예제 #3
0
 public LicenceRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #4
0
 public PlageDensiteTemperatureRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #5
0
 public MenuRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #6
0
 public ValeurConversionUniteRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public ProfilFonctionnaliteRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public UniteMesureRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #9
0
 public IntervalleBaremageRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #10
0
 public HistoModifEnvoiProduitRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #11
0
 public ReceptionProduitRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #12
0
 public PhotoRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #13
0
 public EnvoiProduitRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #14
0
 public ProfilRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #15
0
 public TypeBacRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public HistoriqueJaugeRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public TableVolumeDeplaceRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #18
0
 public TypeToitRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #19
0
 public TableBaremageRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #20
0
 public RepositoryBase(pscContext repositoryContext)
 {
     this.RepositoryContext = repositoryContext;
 }
예제 #21
0
 public GrandeurRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #22
0
 public ProduitBacRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public HistoModifReceptionProduitRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public HistoModifTransfertRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #25
0
 public StatutRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public CaracteristiqueRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #27
0
 public HistoModifJaugeRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }
예제 #28
0
 public AgentRepository(pscContext repositoryContext)
     : base(repositoryContext)
 {
 }