public BugReportStorage(RoadStateContext context) { this._context = context; }
public PhotoStorage(RoadStateContext context) { this._context = context; }
public UserStorage(RoadStateContext context) { this._context = context; }
public CommentStorage(RoadStateContext context) { this._context = context; }