Add Tenant basics

This commit is contained in:
2026-04-11 19:09:55 +09:30
parent 4ee8b9101d
commit df7b22235c
6 changed files with 18 additions and 3 deletions
@@ -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;
}