Exemplo n.º 1
0
 public VisiteRepository()
 {
     context = new PersistanceDbContext();
 }
Exemplo n.º 2
0
 public UtilisateurRepository()
 {
     context = new PersistanceDbContext();
 }
Exemplo n.º 3
0
 public MagasinRepository()
 {
     context = new PersistanceDbContext();
 }
 public CommercialMagasinRepository()
 {
     context = new PersistanceDbContext();
 }