C# Class Shaml.Web.ModelBinder.GenericRepositoryFactory

Mostra file Open project: sztupy/shaml

Public Methods

Method Description
CreateEntityRepositoryFor ( Type entityType, Type idType ) : object

Method Details

CreateEntityRepositoryFor() public static method

public static CreateEntityRepositoryFor ( Type entityType, Type idType ) : object
entityType System.Type
idType System.Type
return object