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.
|
- using Campaign_Tracker.Server.Seed.Models;
-
- namespace Campaign_Tracker.Server.Seed;
-
- public sealed class SeedDataSet
- {
- public IReadOnlyList<ReferenceValue> ReferenceValues { get; init; } = [];
- public IReadOnlyList<RequiredFieldRule> RequiredFieldRules { get; init; } = [];
- public IReadOnlyList<EscalationRule> EscalationRules { get; init; } = [];
- }
|