public AVPushController(IAVCommandRunner commandRunner, IAVCurrentUserController currentUserController)
 {
     this.commandRunner = commandRunner;
       this.currentUserController = currentUserController;
 }
Beispiel #2
0
 public AVPushController(IAVCommandRunner commandRunner, IAVCurrentUserController currentUserController)
 {
     this.commandRunner         = commandRunner;
     this.currentUserController = currentUserController;
 }