C# Class Guidelines.Mapping.AutoMapper.AutoMapperTask

Inheritance: IBootstrapTask
显示文件 Open project: basicdays/Guidelines

Public Methods

Method Description
AutoMapperTask ( IEnumerable profiles, IConfiguration configuration, IApplicationServiceProvider serviceContainer ) : System.Collections.Generic
Bootstrap ( ) : void

Method Details

AutoMapperTask() public method

public AutoMapperTask ( IEnumerable profiles, IConfiguration configuration, IApplicationServiceProvider serviceContainer ) : System.Collections.Generic
profiles IEnumerable
configuration IConfiguration
serviceContainer IApplicationServiceProvider
return System.Collections.Generic

Bootstrap() public method

public Bootstrap ( ) : void
return void