예제 #1
0
 public bool UpdateTransferPurpose(int id, TransferPurpose purpose)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public int AddTransferPurpose(TransferPurpose purpose)
 {
     throw new NotImplementedException();
 }