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