예제 #1
0
 public VisiteRepository()
 {
     context = new PersistanceDbContext();
 }
예제 #2
0
 public UtilisateurRepository()
 {
     context = new PersistanceDbContext();
 }
예제 #3
0
 public MagasinRepository()
 {
     context = new PersistanceDbContext();
 }
 public CommercialMagasinRepository()
 {
     context = new PersistanceDbContext();
 }