katarinasvedman-ms / agent-test

Testing the AI dev team repo
0 stars 0 forks source link

Developer.Implement chain for #150 #161

Closed agent-app-kapeltol[bot] closed 6 months ago

agent-app-kapeltol[bot] commented 6 months ago

Write the C# code using .NET Core to create endpoints for task creation, modification and deletion. The task creation endpoint should accept task name, description, due date, user id and project id as inputs. The task modification endpoint should accept task id, task name, description, due date, user id and project id as inputs. The task deletion endpoint should accept task id as input.