public RigComponentsController(RigComponentsService rcs)
 {
     _rcs = rcs;
 }
Exemplo n.º 2
0
 public RigsController(RigsService rs, RigComponentsService rcs)
 {
     _rs  = rs;
     _rcs = rcs;
 }