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; } public int? ExperID { get; set; } } }