Merge pull request #2 from alicanli1995/dev-branch

Hell0
This commit is contained in:
Ali CANLI
2022-07-08 23:43:54 +03:00
committed by GitHub

View File

@@ -1,5 +1,7 @@
package com.food.order.domain.event; package com.food.order.domain.event;
// Base Domain Event Generic Class
public interface DomainEvent<T> { public interface DomainEvent<T> {