添加项目文件。
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using MediatR;
|
||||
|
||||
namespace GroupService.Domain.Events
|
||||
{
|
||||
public record GroupCreateDomainEvent(Domain.Entities.Group Group) : INotification;
|
||||
}
|
||||
Reference in New Issue
Block a user