public MappingFiles()
 {
     _bdd = SQLConnection.Instance();
 }
Esempio n. 2
0
 public MappingUsers()
 {
     _bdd = SQLConnection.Instance();
 }