added a notes file for important running stuff

Create working for tenant and added in efcore and data layer
This commit is contained in:
2026-04-02 09:05:53 +10:30
parent ad107753b5
commit 4ee8b9101d
22 changed files with 415 additions and 26 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Emergence.models;
public class TenantModel
{
public Guid Id { get; set; }
public Guid? Id { get; set; }
public string TenantCode { get; set; }
public string CompanyName { get; set; }
public bool IsInactive { get; set; }