Ejemplo n.º 1
0
 public int insertco(Model.collect aa)
 {
     DAL.collect dcd = new DAL.collect();
     return(dcd.inserc(aa));
 }