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