Exemplo n.º 1
0
 public AddExpenseToDb()
 {
     this.conn = new DbConn();
 }
Exemplo n.º 2
0
 public SellDataFromDb()
 {
     this.conn = new DbConn();
     this.dt   = new DataTable();
 }
Exemplo n.º 3
0
 public TransectionFromDb()
 {
     this.conn = new DbConn();
     this.dt   = new DataTable();
 }
Exemplo n.º 4
0
 public priceCollector()
 {
     this.conn = new DbConn();
 }
Exemplo n.º 5
0
 public loginData(string email, string pass)
 {
     this.conn  = new DbConn();
     this.email = email;
     this.pass  = pass;
 }
Exemplo n.º 6
0
 public loginData()
 {
     this.conn  = new DbConn();
     this.email = null;
     this.pass  = null;
 }
Exemplo n.º 7
0
 public AddToStock()
 {
     this.conn = new DbConn();
 }