GetPayments() 공개 추상적인 메소드

public abstract GetPayments ( int customerid ) : VideoRentalService.SPayment[]
customerid int
리턴 VideoRentalService.SPayment[]
예제 #1
0
 public SPayment[] GetPayments(int customerid)
 {
     return(df.GetPayments(customerid));
 }