예제 #1
0
    protected void ClearSignature(int idFlight)
    {
        LogbookEntry le = new LogbookEntry();

        le.FlightID = idFlight;
        le.ClearPendingSignature();
        RefreshStudentsAndInstructors();
    }