14 lines
405 B
C#
14 lines
405 B
C#
using AutoMapper;
|
|
|
|
namespace JiShe.CollectBus;
|
|
|
|
public class CollectBusMigrationlicationAutoMapperProfile : Profile
|
|
{
|
|
public CollectBusMigrationlicationAutoMapperProfile()
|
|
{
|
|
/* You can configure your AutoMapper mapping configuration here.
|
|
* Alternatively, you can split your mapping configurations
|
|
* into multiple profile classes for a better organization. */
|
|
}
|
|
}
|