C# Class RepositoryT.EntityFramework.ConsoleSample.DummyServiceLocator

Inheritance: IServiceLocator
Datei anzeigen Open project: ziyasal/RepositoryT.EntityFramework Class Usage Examples

Public Methods

Method Description
DummyServiceLocator ( ) : System
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

DummyServiceLocator() public method

public DummyServiceLocator ( ) : System
return System

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable