Exemple #1
0
 public DataSet GetStuRealTimeWindowsInfo(out int sumTotal, DateTime currentDate)
 {
     using (MorningCheckInfoDataAccess da = new MorningCheckInfoDataAccess())
     {
         return(da.GetStuRealTimeWindowsInfo(out sumTotal, currentDate));
     }
 }