예제 #1
0
 public static IKernel GetNinjectKernel(this IOwinContext context)
 {
     return(context.GetEnvironmentProperty <IKernel>());
 }