Skip to content

Commit

Permalink
Commit to Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
iamronakshah committed Mar 6, 2017
1 parent 60fca36 commit afba002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private async Task<IList<EmployeeScrumDetails>> GetEmployeeScrumDetailsAsync(Pro
/// Method to assign scrum answers for a specific date to a particular employee
/// </summary>
/// <param name="scrum"></param>
/// <param name="scrumDate"></param>
/// <param name="scrumDate"></param>
/// <param name="user"></param>
/// <returns>object with scrum answers for an employee</returns>
private async Task<EmployeeScrumDetails> AssignAnswersAsync(Scrum scrum, DateTime scrumDate, User user)
Expand Down

0 comments on commit afba002

Please sign in to comment.