Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
123456789 |
- namespace Himp.TaskScheduling.MultiTenancy;
-
- public static class MultiTenancyConsts
- {
- /* Enable/disable multi-tenancy in a single point
- * to test your module with multi-tenancy.
- */
- public const bool IsEnabled = false;
- }
|