Example #1
0
 internal AnalyticsRmCommands(InteractiveAuthentication auth)
 {
     this.Authentication = auth;
 }
Example #2
0
 internal StoreRmCommands(InteractiveAuthentication authSession)
 {
     this.Authentication = authSession;
 }