added a notes file for important running stuff
Create working for tenant and added in efcore and data layer
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user