RepositoryFactory Class
Namespace: PTS.DomainFramework.Infrastructure
Assembly: PTS.DomainFramework.Infrastructure.dll
Syntax
public class RepositoryFactory : IRepositoryFactory
Inheritance
System.Object
RepositoryFactory
Implements
Methods
CreateRepository(Type, IUnitOfWork)
Declaration
public IRepository CreateRepository(Type entityType, IUnitOfWork unitOfWork)
Parameters
Type | Name | Description |
---|---|---|
System.Type | entityType | |
IUnitOfWork | unitOfWork |
Returns
Type | Description |
---|---|
IRepository |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()