mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 20:47:26 +08:00
9 lines
143 B
C#
9 lines
143 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace osu.Game.Database
|
|
{
|
|
public abstract class DbContextBase:DbContext
|
|
{
|
|
}
|
|
}
|