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