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