...
This commit is contained in:
@@ -3,6 +3,7 @@ namespace Common.Dtos.Conversation
|
||||
{
|
||||
public class ADD_ConversationDto
|
||||
{
|
||||
public int UserID { get; set; }
|
||||
public string Question { get; set; }
|
||||
public int? GroupID { get; set; }
|
||||
public int CompanyID { get; set; }
|
||||
|
@@ -1,9 +1,12 @@
|
||||
|
||||
using Common.Enums;
|
||||
|
||||
namespace Common.Dtos.Conversation
|
||||
{
|
||||
public class ADD_ConversationItemDto
|
||||
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; }
|
Reference in New Issue
Block a user