Ninject.Web.Common をプロジェクトの Nugeto にインストールしました。(App_Start/NinjectWebCommon.cs)
NinjectWebCommon はカスタム プロバイダーに挿入されません。
public class CustomMembershipProvider : MembershipProvider
{
private IUserRepository userRepository {get; set; } // User Table Db Context. Is injected into the injection I want here.
}
カスタム プロバイダー インジェクション どうすればよいですか?