예제 #1
0
        protected DataSet GetTimelineData()
        {
            DataSet dsTasks = new Diary.BLL.Task().SelectDashboardData(DateTime.Now.AddMonths(-3), DateTime.Now.AddMonths(3));

            return(dsTasks);
        }
예제 #2
0
 protected DataSet GetTimelineData()
 {
     DataSet dsTasks = new Diary.BLL.Task().SelectDashboardData(DateTime.Now.AddMonths(-3), DateTime.Now.AddMonths(3));
     return dsTasks;
 }