Image storage to the db WIP
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Wallet.Data;
|
||||
public class TagEntry
|
||||
{
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user