Skip to content

Commit

Permalink
CODE RUB: Orchestrations Leave it Better Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
glhays committed Jul 31, 2024
1 parent 8e36b74 commit aa7b20f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2. Services/2.3 Orchestrations/2.3 Orchestrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ public class StudentOrchestrationService
return addedStudent;
}


public async ValueTask<Student> ModifyStudentAsync(Student student) =>
await this.studentProcessingService.ModifyStudentAsync(student);
}
Expand Down

0 comments on commit aa7b20f

Please sign in to comment.