CRUD implemented
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
public class PasswordStore
|
||||
{
|
||||
public uint ID;
|
||||
public string Path;
|
||||
public string? DisplayName;
|
||||
public string? IconName;
|
||||
public uint ID { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string? DisplayName { get; set; }
|
||||
public string? IconName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user