public AddExpenseToDb() { this.conn = new DbConn(); }
public SellDataFromDb() { this.conn = new DbConn(); this.dt = new DataTable(); }
public TransectionFromDb() { this.conn = new DbConn(); this.dt = new DataTable(); }
public priceCollector() { this.conn = new DbConn(); }
public loginData(string email, string pass) { this.conn = new DbConn(); this.email = email; this.pass = pass; }
public loginData() { this.conn = new DbConn(); this.email = null; this.pass = null; }
public AddToStock() { this.conn = new DbConn(); }