auto.bus_api/SharedModels/QueryParameters/IShapeable.cs
2022-11-23 19:45:15 +02:00

6 lines
112 B
C#

namespace SharedModels.QueryParameters;
public interface IShapeable
{
public string? Fields { get; set; }
}