Ejemplo n.º 1
0
 public async Task <(Result <IEnumerable <PolicyServerMap>, TableStorageRepositoryStatus>, Maybe <TableContinuationToken>)> GetAllAsync(Maybe <TableContinuationToken> token)
 {
     return(await _repository.GetAllAsync(token));
 }