Esempio n. 1
0
 public Task AddToPolicy(string policyName, string account)
 {
     return(Remote.AddToPolicy(policyName, account));
 }