Beispiel #1
0
        public Good GetById(int id)
        {
            _logger.LogInformation("Call Get by id good  method");

            {
                var serviceCallResult = _goodsManager.GetGood(id);
                return(serviceCallResult);
            }
        }