10 lines
142 B
C#
10 lines
142 B
C#
using Raven.Client.Documents;
|
|
|
|
namespace zero.Core.Mapper
|
|
{
|
|
public interface IMapperConfig
|
|
{
|
|
void Configure(IMapper config);
|
|
}
|
|
}
|