059886d1ca
* HttpClient * . * . * .
4 lines
56 B
C#
4 lines
56 B
C#
public class Todo
|
|
{
|
|
public int Id { get; set; }
|
|
} |