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