WIP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Bitvault;
|
||||
|
||||
public record FormGroup : FormEntry
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
public ICollection<FormField>? Fields { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user