예제 #1
0
 public void Test_GetNextCustomerPaymentId()
 {
     Assert.IsNull(CustomerPayment.DeleteCustomerPayment(1));
 }
예제 #2
0
 public void Test_DeleteCustomerPayment()
 {
     Assert.IsNull(CustomerPayment.DeleteCustomerPayment(1));
 }