Modifs communication

This commit is contained in:
2026-06-09 13:29:58 +02:00
parent 7071910dc4
commit a88ce4cc7e
5 changed files with 25 additions and 6 deletions
@@ -5,4 +5,5 @@ public class CreateCommunicationDto
public string? Calling { get; set; }
public string? Email { get; set; }
public string? Meeting { get; set; }
public int ContactId { get; set; }
}