提交
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
using IM_API.Dtos.Conversation;
|
||||
|
||||
namespace IM_API.Models
|
||||
{
|
||||
public partial class Conversation
|
||||
{
|
||||
public ChatType ChatTypeEnum {
|
||||
get
|
||||
{
|
||||
return ChatType;
|
||||
}
|
||||
set
|
||||
{
|
||||
ChatType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
using IM_API.Dtos.Conversation;
|
||||
|
||||
namespace IM_API.Models
|
||||
{
|
||||
public partial class Conversation
|
||||
{
|
||||
public ChatType ChatTypeEnum {
|
||||
get
|
||||
{
|
||||
return ChatType;
|
||||
}
|
||||
set
|
||||
{
|
||||
ChatType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user