示例#1
0
 public GroupsController(IInterestGroupService groupService)
 {
     _groupService = groupService;
 }