Files
mixtape/zero.Web/Mapper/IMapperConfig.cs
T
2020-04-17 15:32:33 +02:00

8 lines
110 B
C#

namespace zero.Web.Mapper
{
public interface IMapperConfig
{
void Configure(IMapper config);
}
}