[ADD] Simple views for accounts and channels
This commit is contained in:
@@ -12,4 +12,5 @@ public class ClientAccountEntity : DateTimeBase
|
||||
[MaxLength(DataConstants.DbContext.DefaultDbStringSize)]
|
||||
public string? UserAgent { get; set; }
|
||||
public ChannelEntity? Channel { get; set; }
|
||||
public List<FileEntity>? Files { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user