public PostsController(InfludashContext infludashContext)
 {
     context = infludashContext;
 }
 public SocialsController(InfludashContext infludashContext, IMemoryCache memoryCache)
 {
     context          = infludashContext;
     this.memoryCache = memoryCache;
 }
Example #3
0
 public PreferencesController(InfludashContext infludashContext)
 {
     context = infludashContext;
 }
Example #4
0
 public UserController(InfludashContext infludashContext)
 {
     context = infludashContext;
 }