GetCustomer() public abstract method

public abstract GetCustomer ( int id ) : SCustomer
id int
return SCustomer
Exemplo n.º 1
0
 public SCustomer GetCustomer(int id)
 {
     return(df.GetCustomer(id));
 }