initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Indotalent.ConfigBackEnd.Mappings;
|
||||
|
||||
using AutoMapper;
|
||||
|
||||
public interface IMapFrom<T>
|
||||
{
|
||||
void Mapping(Profile profile) => profile.CreateMap(typeof(T), GetType());
|
||||
}
|
||||
Reference in New Issue
Block a user