CRUDController<T> constructor

CRUDController<T>(
  1. StorageInterface _storage
)

Implementation

CRUDController(this._storage);