Esempio n. 1
0
 protected async override void OnExecute(object parameter)
 {
     if (parameter is ITableDescriptor descriptor)
     {
         await TableUtility.ViewContentAsync(this.authenticator, descriptor);
     }
 }
 public async Task ViewContentAsync()
 {
     await TableUtility.ViewContentAsync(this.authentication, this.descriptor);
 }