Ejemplo n.º 1
0
 public ValuesController(ISqlHelper db)
 {
     this.helper = db;
     sdb         = helper.GetConnection();
 }