Table of Contents

Interface IGetByCodeMeasureUnitRequest

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetByCodeMeasureUnitRequest))]
public interface IGetByCodeMeasureUnitRequest : IGetByCodeRequest, IWebApiRequest
Inherited Members

Properties

StorageName

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

string? StorageName { get; set; }

Property Value

string