Пример #1
0
        public string GetAttendanceReport(int CaptureId)
        {
            ReportDAO reporting = new ReportDAO();

            //return reporting.GetAttendanceReport(CaptureId);
            return(DTOSerializer.Serialize(reporting.GetAttendanceReport(CaptureId)).InnerXml);
        }