Пример #1
0
 public A_customer test(A_customer x)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Person newCustomer(A_customer I)
 {
     throw new NotImplementedException();
 }