[ADD] New entities for library db
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Manager.Data.Models.LibraryContext;
|
||||
|
||||
public class ClientAccountEntity : DateTimeBase
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Name { get; set; } = "";
|
||||
public List<PlaylistEntity> Playlists { get; set; } = [];
|
||||
public List<HttpCookieEntity> HttpCookies { get; set; } = [];
|
||||
}
|
Reference in New Issue
Block a user