Пример #1
0
        public static dsDrawingLog GetCustomerDrawingLogForRprt(int deptID, int projID)
        {
            CDbDrawingLog dbDt = new CDbDrawingLog();

            return(dbDt.GetDrawingLogForRprt(deptID, projID));
        }