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