Exemplo n.º 1
0
 public static string Get(ApplicationContext appCtx, string descriptor, ServiceAccountMode mode)
 {
     return(_tenantProvider.GetServiceAccount(appCtx.ID, descriptor, mode));
 }
 public string GetServiceAccount(string appId, string descriptor, ServiceAccountMode mode)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public string GetServiceAccount(string appId, string descriptor, ServiceAccountMode mode)
 {
     throw new NotImplementedException();
 }