コード例 #1
0
 public void Test_GetNextCustomerPaymentId()
 {
     Assert.IsNull(CustomerPayment.DeleteCustomerPayment(1));
 }
コード例 #2
0
 public void Test_DeleteCustomerPayment()
 {
     Assert.IsNull(CustomerPayment.DeleteCustomerPayment(1));
 }