2019-01-14 18:01:01 +08:00

13 lines
244 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace FreeSql.Site.UI.Admin.Common
{
public class AdminBaseController : Controller
{
}
}