Esempio n. 1
0
        protected virtual void RegisterTvosViewCreator(IMvxIoCProvider iocProvider, IMvxTvosViewsContainer container)
        {
            ValidateArguments(iocProvider);

            iocProvider.RegisterSingleton <IMvxTvosViewCreator>(container);
            iocProvider.RegisterSingleton <IMvxCurrentRequest>(container);
        }
Esempio n. 2
0
 protected virtual void RegisterTvosViewCreator(IMvxTvosViewsContainer container)
 {
     Mvx.RegisterSingleton <IMvxTvosViewCreator>(container);
     Mvx.RegisterSingleton <IMvxCurrentRequest>(container);
 }
Esempio n. 3
0
 protected virtual void RegisterTvosViewCreator(IMvxTvosViewsContainer container)
 {
     Mvx.RegisterSingleton<IMvxTvosViewCreator>(container);
     Mvx.RegisterSingleton<IMvxCurrentRequest>(container);
 }