Esempio n. 1
0
 public async Task UpdateBuildStepIndexesAfterNewIndex(int projectId, int newIndex, int oldIndex)
 {
     await _buildStepService.UpdateIndexesOfBuildStepsAsync(projectId, newIndex, oldIndex);
 }