Got adding working again
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public class AggerateAttribute(object key,
|
||||
AggerateMode mode = AggerateMode.Reset) : NotificationAttribute(key)
|
||||
{
|
||||
public AggerateMode Mode => mode;
|
||||
}
|
||||
Reference in New Issue
Block a user