C# Class Guidelines.Mapping.AutoMapper.AutoMapperTask

Inheritance: IBootstrapTask
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

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

Method Details

AutoMapperTask() public méthode

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

Bootstrap() public méthode

public Bootstrap ( ) : void
Résultat void