Skip to content

Instantly share code, notes, and snippets.

View serkanpektas's full-sized avatar

Serkan Pektas serkanpektas

  • Los Angeles, CA
View GitHub Profile
public enum Cacheability
{
NoCache,
Private,
Public,
}
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Web.Http.Dependencies;
using Ninject;
using Ninject.Syntax;
public class NinjectDependencyScope : IDependencyScope
{
private IResolutionRoot resolver;