コード例 #1
0
        public Supplement GetSupplementById(int id)
        {
            var supplementRepository = new SupplementRepository();

            return(supplementRepository.GetSupplementById(id));
        }