Example #1
0
 public async Task <Milestone> CreateMilestone(Milestone newMilestone)
 {
     return(await _milestoneRepository.CreateMilestone(newMilestone));
 }