Add Tenant basics
This commit is contained in:
@@ -19,6 +19,7 @@ public static class TenantExtension
|
||||
TenantCode = tenant.TenantCode,
|
||||
CompanyName = tenant.CompanyName,
|
||||
IsInactive = tenant.IsInactive,
|
||||
ConnectionString = tenant.ConnectionString
|
||||
};
|
||||
return model;
|
||||
}
|
||||
@@ -30,6 +31,7 @@ public static class TenantExtension
|
||||
TenantCode = tenant.TenantCode,
|
||||
CompanyName = tenant.CompanyName,
|
||||
IsInactive = tenant.IsInactive,
|
||||
ConnectionString = tenant.ConnectionString
|
||||
};
|
||||
return model;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user