SunnyStore<V extends Entity> constructor

SunnyStore<V extends Entity>(
  1. Repository<V> repository,
  2. MSchemaRef type,
  3. IAuthState loginState
)

Implementation

SunnyStore(Repository<V> repository, MSchemaRef type, IAuthState loginState)
    : this._(repository, type, loginState);