Table of Contents

Interface IGetAllMeasureRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Measure
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет запрос на получение всех единиц измерения.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetAllMeasureRequest))]
public interface IGetAllMeasureRequest : IWebApiRequest

Properties

StorageName

Имя хранилища.

string? StorageName { get; set; }

Property Value

string