Beispiel #1
0
        public IEnumerable <Reward> GetAllRewardsByProjectId(int id)
        {
            var reward = _rewardRepo.GetAllRewardsByProjectId(id);

            return(reward);
        }