new API project
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace zero.Mapper;
|
||||
|
||||
public abstract class ZeroMapperProfile : IMapperProfile
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public abstract void Configure(IZeroMapper mapper);
|
||||
}
|
||||
|
||||
|
||||
public interface IMapperProfile
|
||||
{
|
||||
/// <summary>
|
||||
/// Configure maps for this profile
|
||||
/// </summary>
|
||||
void Configure(IZeroMapper mapper);
|
||||
}
|
||||
Reference in New Issue
Block a user