コード例 #1
0
 public GroupTypeResponse GetGroupType(int groupTypeId)
 {
     return(service.GetGroupType(groupTypeId));
 }