Class CreateTenantBranchInput
- Namespace
- KadicAuth.Application.TenantBranches.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record CreateTenantBranchInput
- Inheritance
-
object
CreateTenantBranchInput
Constructors
public CreateTenantBranchInput(string Name, string? Slug = null, string? Address = null, string? Phone = null, bool IsDefault = false)
Parameters
Name string
Slug string
Address string
Phone string
IsDefault bool
Properties
public string? Address { get; init; }
Property Value
- string
public bool IsDefault { get; init; }
Property Value
- bool
public string Name { get; init; }
Property Value
- string
public string? Phone { get; init; }
Property Value
- string
public string? Slug { get; init; }
Property Value
- string