Example #1
0
 public Video(VideoService vs)
 {
     _videoService = vs;
 }
Example #2
0
 public Help(VideoService vs, CommandService cs)
 {
     _commandService = cs;
 }