示例#1
0
 public A_customer test(A_customer x)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Person newCustomer(A_customer I)
 {
     throw new NotImplementedException();
 }