コード例 #1
0
 // delete a row in table based on primary key
 // links:
 //  docLink: http://sql2x.org/documentationLink/eb0597e0-8ea0-425c-88af-213a170bbd5e
 public void Delete(System.Guid financialAdjustmentId)
 {
     CrudeFinancialAdjustmentData.Delete(financialAdjustmentId);
 }