Exemplo n.º 1
0
 public int Delete(int Id)
 {
     return(billDAL.Delete(Id));
 }
Exemplo n.º 2
0
        public static bool Delete()
        {
            bool status = BillDAL.Delete(4);

            return(status);
        }
 public void Delete(string id)
 {
     bill_dal.setBill(id);
     bill_dal.Delete();
 }
Exemplo n.º 4
0
 public void Delete(BillDTO bill)
 {
     data.Delete(bill);
 }