API_8.Controllers.DemoController.ReplaceSingleService C# (CSharp) Méthode

ReplaceSingleService() public méthode

public ReplaceSingleService ( ) : Type>.Dictionary
Résultat Type>.Dictionary
        public Dictionary<Type, Type> ReplaceSingleService()
        {
            RequestContext.Configuration.Services.Replace(typeof(IExceptionHandler), new MyExceptionHandler());
            return GetAllSingleServices();
        }