Files
mixtape/zero.Web/Mapper/IMapperConfig.cs
T

8 lines
110 B
C#
Raw Normal View History

2020-04-17 15:32:33 +02:00
namespace zero.Web.Mapper
{
public interface IMapperConfig
{
void Configure(IMapper config);
}
}