mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:34:09 +08:00
9 lines
143 B
C#
9 lines
143 B
C#
|
using Microsoft.EntityFrameworkCore;
|
|||
|
|
|||
|
namespace osu.Game.Database
|
|||
|
{
|
|||
|
public abstract class DbContextBase:DbContext
|
|||
|
{
|
|||
|
}
|
|||
|
}
|