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