33 lines
624 B
C#
33 lines
624 B
C#
using DocumentFormat.OpenXml.Spreadsheet;
|
|
using Model.ViewModel;
|
|
using Newtonsoft.Json;
|
|
using Newtonsoft.Json.Linq;
|
|
using NPOI.SS.UserModel;
|
|
using NPOI.XSSF.UserModel;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Data.SqlClient;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Web;
|
|
using System.Web.Http;
|
|
using System.Web.Http.Results;
|
|
|
|
/// <summary>
|
|
/// StatisticController 的摘要描述
|
|
/// </summary>
|
|
public class StatisticController : BaseApiController
|
|
{
|
|
|
|
|
|
public StatisticController()
|
|
{
|
|
//
|
|
// TODO: 在這裡新增建構函式邏輯
|
|
//
|
|
}
|
|
|
|
|
|
|
|
} |