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