8 lines
110 B
C#
8 lines
110 B
C#
|
|
namespace zero.Web.Mapper
|
||
|
|
{
|
||
|
|
public interface IMapperConfig
|
||
|
|
{
|
||
|
|
void Configure(IMapper config);
|
||
|
|
}
|
||
|
|
}
|