-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(WorkItemCloneCommand.cs): merge two tasks into one for loadi…
…ng template items feat(WorkItemCloneCommand.cs): replace direct API calls with repository pattern for better code organization and separation of concerns refactor(WorkItemRepo.cs): update WorkItemRepository to include loading source in GetWorkItemsFullAsync method fix(WorkItemRepo.cs): change parentId type from string to int for correct type usage refactor(WorkItemRepo.cs): update GetWorkItemsFullAsync method to return loading source along with total and processed count
- Loading branch information
Showing
2 changed files
with
26 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters