Ejemplo n.º 1
0
 public SqlDataReader drsco(Model.collect aa)
 {
     DAL.collect das = new DAL.collect();
     return(das.drcopr(aa));
 }
Ejemplo n.º 2
0
 public int count(Model.collect aa)
 {
     DAL.collect dao = new DAL.collect();
     return(dao.count(aa));
 }
Ejemplo n.º 3
0
 public int insertco(Model.collect aa)
 {
     DAL.collect dcd = new DAL.collect();
     return(dcd.inserc(aa));
 }
Ejemplo n.º 4
0
 public int depo(Model.collect aa)
 {
     DAL.collect dalc = new DAL.collect();
     return(dalc.deco(aa));
 }
Ejemplo n.º 5
0
 public int insertc(Model.collect aa)
 {
     DAL.collect dalcd = new DAL.collect();
     return(dalcd.inser(aa));
 }
Ejemplo n.º 6
0
 public int insert(Model.collect aa)
 {
     DAL.collect dac = new DAL.collect();
     return(dac.inser(aa));
 }
Ejemplo n.º 7
0
 public DataSet  drco(int a, int b, Model.collect aa)
 {
     DAL.collect dalc = new DAL.collect();
     return(dalc.drco(a, b, aa));
 }
Ejemplo n.º 8
0
 public collect()
 {
     dal = new DAL.collect(siteConfig.sysdatabaseprefix);
 }