Files
Server/OwnChar.Server/Data/Model/PropertyDb.cs
Schedel Pascal 82485da5d2 uff, lot of work
2024-08-02 11:47:33 +02:00

8 lines
116 B
C#

using OwnChar.Data.Model.Base;
namespace OwnChar.Server.Data.Model;
public class PropertyDb : PropertyBase
{
}