You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
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.