Files
event-sourcing-jambo/Jambo/Jambo.Core/Infrastructure/Entities/IEntityFactory.cs
Ivan Paulovich a56e91f619 OK
2016-11-02 23:32:21 -02:00

12 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Jambo.Core.Infrastructure.Entities
{
interface IEntityFactory
{
}
}