Example #1
0
 public MODEL.Cliente selectByID(int id)
 {
     DAL.ClienteDAL dalCli = new DAL.ClienteDAL();
     return(dalCli.selectByID(id));
 }