Add Tenant basics
This commit is contained in:
@@ -9,5 +9,6 @@ public class TenantModel
|
||||
public Guid? Id { get; set; }
|
||||
public string TenantCode { get; set; }
|
||||
public string CompanyName { get; set; }
|
||||
public string ConnectionString { get; set; }
|
||||
public bool IsInactive { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user