5 lines
102 B
C#
5 lines
102 B
C#
public class GroupResponse
|
|
{
|
|
public int Id { get; set; }
|
|
public string Name { get; set; }
|
|
} |