4 lines
157 B
C#
4 lines
157 B
C#
namespace TheXamlGuy.Framework.Core
|
|
{
|
|
public record ConfigurationChanged<TConfiguration>(TConfiguration Configuration) where TConfiguration : class;
|
|
} |