示例#1
0
 public static bool CreateDayReport(DateTime dateTime)
 {
     return(AppServer.CreateDailyReport(dateTime));
 }