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