Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
361B

  1. using Campaign_Tracker.Server.Seed.Models;
  2. namespace Campaign_Tracker.Server.Seed;
  3. public sealed class SeedDataSet
  4. {
  5. public IReadOnlyList<ReferenceValue> ReferenceValues { get; init; } = [];
  6. public IReadOnlyList<RequiredFieldRule> RequiredFieldRules { get; init; } = [];
  7. public IReadOnlyList<EscalationRule> EscalationRules { get; init; } = [];
  8. }

Powered by TurnKey Linux.