コード例 #1
0
ファイル: SupportService.cs プロジェクト: ckaeser/SocialGoal
        public IEnumerable <Support> GetSupports()
        {
            var supports = _supportRepository.GetAll();

            return(supports);
        }