Files
ClientServerProject/软件系统浏览器模版/Controllers/ShareFilesController.cs
2017-07-26 17:24:40 +08:00

16 lines
235 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace .Controllers
{
public class ShareFilesController : Controller
{
}
}