Ejemplo n.º 1
0
 public int depo(Model.collect aa)
 {
     collectDAL dalc = new collectDAL();
        return dalc.deco(aa);
 }