예제 #1
0
        public async Task <bool> UpdateAsync(Goal goal)
        {
            var updated = await GoalRepository.UpdateAsync(goal);

            return(updated);
        }