C# Class MultiTenantServices, code

Datei anzeigen Open project: shendongnian/code Class Usage Examples

Protected Methods

Method Description
MultiTenantServices ( IMultiTenantRepository repository )

Initializes a new instance of the MultiTenantServices{TEntity, TId} class.

Method Details

MultiTenantServices() protected method

Initializes a new instance of the MultiTenantServices{TEntity, TId} class.
protected MultiTenantServices ( IMultiTenantRepository repository )
repository IMultiTenantRepository The repository.