Fogo
This commit is contained in:
@ -9,7 +9,7 @@ using Yavsc.Attributes.Validation;
|
||||
|
||||
namespace Yavsc.Models.Chat
|
||||
{
|
||||
public class ChatRoom: IChatRoom<ChatRoomAccess>, IBaseTrackedEntity
|
||||
public class ChatRoom: IChatRoom<ChatRoomAccess>, ITrackedEntity
|
||||
{
|
||||
public string Topic { get; set; }
|
||||
|
||||
@ -32,4 +32,4 @@ namespace Yavsc.Models.Chat
|
||||
public DateTime DateModified { get; set;}
|
||||
public string UserModified { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user