C# Class RepositoryT.EntityFramework.ConsoleSample.DummyServiceLocator

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

Méthodes publiques

Méthode Description
DummyServiceLocator ( ) : System
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

DummyServiceLocator() public méthode

public DummyServiceLocator ( ) : System
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