Example #1
0
 public MODEL.Venda selectByID(int id)
 {
     DAL.VendaDAL dalVend = new DAL.VendaDAL();
     return(dalVend.selectByID(id));
 }