Example #1
0
 public PictureGroupController(IPictureGroupService pictureGroupService)
 {
     _pictureGroupService = pictureGroupService;
 }