コード例 #1
0
 public AVPushController(IAVCommandRunner commandRunner, IAVCurrentUserController currentUserController)
 {
     this.commandRunner = commandRunner;
       this.currentUserController = currentUserController;
 }
コード例 #2
0
 public AVPushController(IAVCommandRunner commandRunner, IAVCurrentUserController currentUserController)
 {
     this.commandRunner         = commandRunner;
     this.currentUserController = currentUserController;
 }