コード例 #1
0
ファイル: Contracts.cs プロジェクト: saeidghoreshi/accounting
 public A_customer test(A_customer x)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Contracts.cs プロジェクト: saeidghoreshi/accounting
 public Person newCustomer(A_customer I)
 {
     throw new NotImplementedException();
 }