This commit is contained in:
Paul Schneider
2024-12-14 20:21:41 +00:00
parent f91f000405
commit f7b6b5e305
67 changed files with 45680 additions and 33923 deletions

View File

@ -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; }
}
}
}