初始化webSite

This commit is contained in:
hogan
2018-12-27 16:36:02 +08:00
parent 77faf6e982
commit 433c2d2b2d
174 changed files with 27938 additions and 1 deletions

View File

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace FreeSql.Site.UI.Controllers
{
public class BaseController : Controller
{
}
}