Interface IGetDataByConstructorLocationRequest
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Requests.AllPartSizes
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Запрос данных по идентификатору конструктора компонентов.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetDataByConstructorLocationRequest))]
public interface IGetDataByConstructorLocationRequest
Properties
Location
Идентификатор конструктора компонентов.
string Location { get; set; }