8 lines
132 B
C#
8 lines
132 B
C#
using OwnChar.Data.Model.Base;
|
|
|
|
namespace OwnChar.Server.Data.Model;
|
|
|
|
public class PropertyCategoryDb : PropertyCategoryBase
|
|
{
|
|
}
|