Interface IGetAllMeasureRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Представляет запрос на получение всех единиц измерения.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetAllMeasureRequest))]
public interface IGetAllMeasureRequest : IWebApiRequest
Properties
StorageName
Имя хранилища.
string? StorageName { get; set; }