Exemple #1
0
 public DataSet GetTranRealTimeWindowsInfo(DateTime currentDate)
 {
     using (MorningCheckInfoDataAccess da = new MorningCheckInfoDataAccess())
     {
         return(da.GetTranRealTimeWindowsInfo(currentDate));
     }
 }