4 lines
92 B
C#
4 lines
92 B
C#
namespace CMSMicroservice.Domain.Common;
|
|
public abstract class BaseEvent : INotification
|
|
{
|
|
} |