コード例 #1
0
 public GroupFeedController(GroupFeedServices service)
 {
     _groupFeedServices = service;
 }