Beispiel #1
0
 public async Task DeleteStep([FromBody] RemStepDTO prj)
 {
     await service.DeleteStep(UserId, prj.ProjectId, prj.StepId);
 }