示例#1
0
 public List <DateTime> GetCurrentDelDate()
 {
     return(objDAL.GetCurrentDelDate(DateTime.Now));
 }