예제 #1
0
 public DalFacture()
 {
     Connexion = new ConnectionBD();
 }
예제 #2
0
파일: DALArticle.cs 프로젝트: smartyAe/Sana
 public DALArticle()
 {
     Connexion = new ConnectionBD();
 }
예제 #3
0
파일: DalAuth.cs 프로젝트: smartyAe/Sana
 public DALAuth()
 {
     Connexion = new ConnectionBD();
 }