Exemplo n.º 1
0
 public int DeleteCustomerInformation(Int32 CustomerID)
 {
     return(customerDAL.DeleteCustomerInformation(CustomerID));
 }
Exemplo n.º 2
0
 public int DeleteCustomerInformation(Int32 CustomerID)
 {
     return(objcustomerDal.DeleteCustomerInformation(CustomerID));
 }