コード例 #1
0
        public IEnumerable <Supplement> GetSupplements()
        {
            var supplementRepository = new SupplementRepository();

            return(supplementRepository.GetSupplements());
        }