File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ public object Get(Todo todo)
37
37
/// <summary>
38
38
/// Handles creating and updating the Todo items.
39
39
/// </summary>
40
- /// <param name="todo">The todo.</param>
41
- /// <returns></returns>
42
40
public Todo Post ( Todo todo )
43
41
{
44
42
var redis = Redis . As < Todo > ( ) ;
@@ -55,8 +53,6 @@ public Todo Post(Todo todo)
55
53
/// <summary>
56
54
/// Handles creating and updating the Todo items.
57
55
/// </summary>
58
- /// <param name="todo">The todo.</param>
59
- /// <returns></returns>
60
56
public Todo Put ( Todo todo )
61
57
{
62
58
return Post ( todo ) ;
@@ -65,7 +61,6 @@ public Todo Put(Todo todo)
65
61
/// <summary>
66
62
/// Handles Deleting the Todo item
67
63
/// </summary>
68
- /// <param name="todo"></param>
69
64
public void Delete ( Todo todo )
70
65
{
71
66
Redis . As < Todo > ( ) . DeleteById ( todo . Id ) ;
You can’t perform that action at this time.
0 commit comments