Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SharepointToolbox.Web.Core.Models;
|
||||
|
||||
public class DuplicateGroup
|
||||
{
|
||||
public string GroupKey { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public List<DuplicateItem> Items { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user