Beispiel #1
0
 public static DAL.NotesList ViewNotes(String TypeID, String RefID)
 {
     try
        {
        IRecord2View objinter = new BALNotes();
        DAL.NotesList _notes = (NotesList)objinter.RecordView(TypeID, RefID);
        return _notes;
        }
        catch (Exception ex)
        {
        throw;
        }
 }