Class UpdateTenantBranchCommand
- Namespace
- KadicAuth.Application.TenantBranches.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record UpdateTenantBranchCommand : IRequest<Result<string>>, IBaseRequest
- Inheritance
-
object
UpdateTenantBranchCommand
- Implements
-
IRequest<Result<string>>
IBaseRequest
Constructors
UpdateTenantBranchCommand(Guid, string, string, string?, string?, bool, string?, string?)
public UpdateTenantBranchCommand(Guid Id, string Name, string Slug, string? Address, string? Phone, bool IsDefault, string? Rnc = null, string? LogoUrl = null)
Parameters
Id Guid
Name string
Slug string
Address string
Phone string
IsDefault bool
Rnc string
LogoUrl string
Properties
Address
public string? Address { get; init; }
Property Value
- string
Id
public Guid Id { get; init; }
Property Value
- Guid
IsDefault
public bool IsDefault { get; init; }
Property Value
- bool
LogoUrl
public string? LogoUrl { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
Phone
public string? Phone { get; init; }
Property Value
- string
Rnc
public string? Rnc { get; init; }
Property Value
- string
Slug
public string Slug { get; init; }
Property Value
- string