Ejemplo n.º 1
0
        /// <summary>
        /// Get All Diary Logs by DiaryAppointmentID
        /// </summary>
        /// <param name="id">DiaryAppointmentID</param>
        public void GetAllDiaryLogsbyID(int id)
        {
            DiaryLogs = new DiaryLog();

            DiaryLogs.GetAllDiaryLogsbyTaskID(id);
        }