コード例 #1
0
 public bool UpdateTransferPurpose(int id, TransferPurpose purpose)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public int AddTransferPurpose(TransferPurpose purpose)
 {
     throw new NotImplementedException();
 }