예제 #1
0
 // delete row
 // links:
 //  docLink: http://sql2x.org/documentationLink/59823bf7-4ad8-4684-a48b-2abd49c607ee
 public void Delete(string airportTypeRcd)
 {
     CrudeAirportTypeRefData.Delete(airportTypeRcd);
 }