mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
9 lines
143 B
C#
9 lines
143 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace osu.Game.Database
|
|
{
|
|
public abstract class DbContextBase:DbContext
|
|
{
|
|
}
|
|
}
|