예제 #1
0
        public string RequestResonse()
        {
            string response = _mediatorService.RequestResponse();

            return($"In Controller: {response}");
        }
예제 #2
0
        private void RequestResonse()
        {
            string response = _notifierMediatorService.RequestResponse();

            Console.WriteLine($"In App: {response}");
        }