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

8 lines
132 B
C#

using OwnChar.Data.Model.Base;
namespace OwnChar.Server.Data.Model;
public class PropertyCategoryDb : PropertyCategoryBase
{
}