// delete a row in table based on primary key
 // links:
 //  docLink: http://sql2x.org/documentationLink/eb0597e0-8ea0-425c-88af-213a170bbd5e
 public void Delete(string financialVoucherTypeRcd)
 {
     CrudeFinancialVoucherTypeRefData.Delete(financialVoucherTypeRcd);
 }