Fogo
This commit is contained in:
parent
1f6e6d5d4f
commit
fdf5ee915e
67 changed files with 48812 additions and 37055 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue