Ejemplo n.º 1
0
 internal AnalyticsRmCommands(InteractiveAuthentication auth)
 {
     this.Authentication = auth;
 }
Ejemplo n.º 2
0
 internal StoreRmCommands(InteractiveAuthentication authSession)
 {
     this.Authentication = authSession;
 }