選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
217B

  1. namespace Campaign_Tracker.Server.ElectionCycles;
  2. public sealed record ElectionCycleJobAssignment(
  3. string JobId,
  4. string JCode,
  5. string CycleId,
  6. string CycleName,
  7. string Status,
  8. bool IsActive);

Powered by TurnKey Linux.