示例#1
0
 public DataTable GetHeSoPhong(DateTime fromTime, DateTime toTime)
 {
     try
     {
         return(phongDAO.GetHeSoPhong(fromTime, toTime));
     }
     catch (Exception e)
     {
         throw e;
     }
 }