Exemplo n.º 1
0
 public virtual Task <Source> GetAsync(string sourceId, SourceGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetEntityAsync(sourceId, options, requestOptions, cancellationToken));
 }
Exemplo n.º 2
0
 public virtual Source Get(string sourceId, SourceGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(sourceId, options, requestOptions));
 }