FalconSSO/FAuth/DataBase/FAuthDb.cs

16 lines
284 B
C#
Raw Normal View History

2020-03-30 10:12:52 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
namespace FAuth.DataBase
{
/// <summary>
/// 数据库
/// </summary>
public class FAuthDb:DbContext
{
}
}