コード例 #1
0
 public RigComponentsController(RigComponentsService rcs)
 {
     _rcs = rcs;
 }
コード例 #2
0
 public RigsController(RigsService rs, RigComponentsService rcs)
 {
     _rs  = rs;
     _rcs = rcs;
 }