25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

16 satır
364B

  1. namespace Campaign_Tracker.Server.Municipalities;
  2. public sealed record MunicipalityContact(
  3. string ContactId,
  4. string ProfileId,
  5. string ContactType,
  6. string Name,
  7. string? RoleTitle,
  8. string? Phone,
  9. string? Email,
  10. bool IsDeleted,
  11. DateTimeOffset CreatedAt,
  12. string CreatedBy,
  13. DateTimeOffset UpdatedAt,
  14. string UpdatedBy);

Powered by TurnKey Linux.