first commit
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
using AutoMapper;
|
||||
|
||||
namespace KonSoft.Payment;
|
||||
|
||||
public class PaymentApplicationAutoMapperProfile : Profile
|
||||
{
|
||||
public PaymentApplicationAutoMapperProfile()
|
||||
{
|
||||
/* You can configure your AutoMapper mapping configuration here.
|
||||
* Alternatively, you can split your mapping configurations
|
||||
* into multiple profile classes for a better organization. */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user