#691-move-ITempService-to-a-separate-file #755
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!755
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#691-move-ITempService-to-a-separate-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A separate interface file has been created so the interface is not contained inside TempService.cs any longer.
Some unneeded 'using' statements were also commented out from related files. Can be removed instead of commented out if desired.
The breakout of the interface is good, but having the unnecessary packages commented out will just result in them being there forever. It is better to delete them, and if they are needed again someone will reimplement them.
The unnecessary packages have been escorted off the premises.
I will omit the review template due to the simplicity of this review.
Looks good! Compiled it to test everything and nothing looks wrong.