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