Files
event-sourcing-jambo/Jambo/Jambo.Core/Services/Aggregates/IAggregateFactory.cs
Ivan Paulovich a56e91f619 OK
2016-11-02 23:32:21 -02:00

12 lines
190 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Jambo.Core.Services.Aggregates
{
interface IAggregateFactory
{
}
}