public void Test_GetNextCustomerPaymentId() { Assert.IsNull(CustomerPayment.DeleteCustomerPayment(1)); }
public void Test_DeleteCustomerPayment() { Assert.IsNull(CustomerPayment.DeleteCustomerPayment(1)); }