corrected the typo

This commit is contained in:
ashutosh.nehete 2025-08-02 09:45:56 +05:30
parent c8435020a4
commit 001bb6447d

View File

@ -16,7 +16,7 @@ namespace Marco.Pms.Model.ViewModels.Tenant
public string? TaxId { get; set; }
public string? logoImage { get; set; } // Base64
public DateTime OnBoardingDate { get; set; }
public string? OragnizationSize { get; set; }
public string? OrganizationSize { get; set; }
public Industry? Industry { get; set; }
public BasicEmployeeVM? CreatedBy { get; set; } // EmployeeId
public TenantStatus? TenantStatus { get; set; }