public PlayMySqlRepository()
 {
     this.db = new DataBaseMySql();
 }
 public HighScoreMySqlRepository()
 {
     this.db = new DataBaseMySql();
 }
示例#3
0
 public ConfigMySqlRepository()
 {
     this.db = new DataBaseMySql();
 }