예제 #1
0
        public IEnumerable <Production> GetAllProductions()
        {
            var result = _productionRepository.GetAllProductions();

            return(result);
        }