Table of Contents

Interface ICreateUserRequest

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

Представляет запрос создания пользователя.

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

Properties

Login

Возвращает и устанавливает логин.

string? Login { get; set; }

Property Value

string

Password

Возвращает и устанавливает пароль.

string? Password { get; set; }

Property Value

string