API_8.Controllers.DemoController.ReplaceSingleService C# (CSharp) Метод

ReplaceSingleService() публичный Метод

public ReplaceSingleService ( ) : Type>.Dictionary
Результат Type>.Dictionary
        public Dictionary<Type, Type> ReplaceSingleService()
        {
            RequestContext.Configuration.Services.Replace(typeof(IExceptionHandler), new MyExceptionHandler());
            return GetAllSingleServices();
        }