Mass rename project for rebranding
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Wallet;
|
||||
|
||||
public record ItemSectionConfiguration
|
||||
{
|
||||
public IList<ItemEntryConfiguration> Entries { get; set; } = new List<ItemEntryConfiguration>();
|
||||
}
|
||||
Reference in New Issue
Block a user