C# Class RepositoryT.EntityFramework.AutofacConsoleSample.AutofacServiceLocator

Inheritance: IServiceLocator
Afficher le fichier Open project: ziyasal/RepositoryT.EntityFramework

Méthodes publiques

Méthode Description
AutofacServiceLocator ( ILifetimeScope scope ) : System
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

AutofacServiceLocator() public méthode

public AutofacServiceLocator ( ILifetimeScope scope ) : System
scope ILifetimeScope
Résultat System

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

GetServices() public méthode

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable