Got the new ui flow working and the models updated. Need to get changes written to the database.
This commit is contained in:
6
OpenArchival.DataAccess/Models/IdentifierFields.cs
Normal file
6
OpenArchival.DataAccess/Models/IdentifierFields.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace OpenArchival.DataAccess;
|
||||
|
||||
public class IdentifierFields
|
||||
{
|
||||
public List<string> Values { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user