示例#1
0
 public static bool CreateHistoryReport(int month)
 {
     return(AppServer.CreateHistoryReport(month, DateTime.Now.Year));
 }