...
This commit is contained in:
16
Common/Dtos/Conversation/ADD_ConversationResponseDto.cs
Normal file
16
Common/Dtos/Conversation/ADD_ConversationResponseDto.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
using Common.Enums;
|
||||
|
||||
namespace Common.Dtos.Conversation
|
||||
{
|
||||
public class ADD_ConversationResponseDto
|
||||
{
|
||||
public int ConversationID { get; set; }
|
||||
public ConversationType Type { get; set; }
|
||||
public string Text { get; set; }
|
||||
public string? FileName { get; set; }
|
||||
public string? FileType { get; set; }
|
||||
public byte[]? FileContent { get; set; }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user