12 lines
186 B
C#
12 lines
186 B
C#
namespace FoodsharingSiegen.Server.Data
|
|
{
|
|
|
|
public partial class FsContext
|
|
{
|
|
partial void OnCreated()
|
|
{
|
|
Database.EnsureCreated();
|
|
}
|
|
}
|
|
}
|