#691-move-ITempService-to-a-separate-file #755
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
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.