16 lines
284 B
C#
16 lines
284 B
C#
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
|
|
{
|
|
}
|
|
}
|