3 lines
123 B
C#
3 lines
123 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public class AggerateAttribute(Type type, object key) : NotificationAttribute(type, key); |