public PostsController(InfludashContext infludashContext) { context = infludashContext; }
public SocialsController(InfludashContext infludashContext, IMemoryCache memoryCache) { context = infludashContext; this.memoryCache = memoryCache; }
public PreferencesController(InfludashContext infludashContext) { context = infludashContext; }
public UserController(InfludashContext infludashContext) { context = infludashContext; }