...
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; }
|
||||
|
Reference in New Issue
Block a user