Beispiel #1
0
 public void Delete(Int32?ID)
 {
     m_db.Delete(ID);
 }