Got adding working again
This commit is contained in:
@@ -5,9 +5,3 @@ public class NotificationAttribute(object key) : Attribute
|
||||
{
|
||||
public object Key => key;
|
||||
}
|
||||
|
||||
public class EnumerateAttribute(object key,
|
||||
AggerateMode mode = AggerateMode.Reset) : NotificationAttribute(key)
|
||||
{
|
||||
public AggerateMode Mode => mode;
|
||||
}
|
||||
Reference in New Issue
Block a user