bgc/BGC.Common/Catalog/Models/Owner.cs

8 lines
122 B
C#
Raw Normal View History

2024-08-05 03:22:49 +03:00
namespace BGC.Common.Catalog.Models
{
public class Owner
{
public long Id { get; set; }
}
}