Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IRepository<TEntity> Interface
The type of entity that the repository operates on. Must be of type IEntity.
Members
In This Topic
    IRepository<TEntity> Interface
    In This Topic
    Defines the common interface for repositories
    Syntax
    Type Parameters
    TEntity
    The type of entity that the repository operates on. Must be of type IEntity.
    See Also