Modifs communication
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
@@ -6,4 +6,11 @@ public class GetCommunicationDto
|
||||
public string? Calling { get; set; }
|
||||
public string? Email { get; set; }
|
||||
public string? Meeting { get; set; }
|
||||
|
||||
public int ContactId { get; set; }
|
||||
|
||||
public string? ContactFirstName { get; set; }
|
||||
public string? ContactLastName { get; set; }
|
||||
public string? ContactEmail { get; set; }
|
||||
public string? ContactPhoneNumber { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user