Exemple #1
0
 public MySqlData(string password)
 {
     this.context    = new SalesDbContext(string.Format(ConnectionString, password));
     this.repository = new MySqlLocalRepository(this.context);
 }
 public MySqlData(string password)
 {
     this.context = new SalesDbContext(string.Format(ConnectionString, password));
     this.repository = new MySqlLocalRepository(this.context);
 }