示例#1
0
 public GraphApiOperationService(HttpClient httpClient, IOptions <WebOptions> webOptionValue)
 {
     this.httpClient = httpClient;
     webOptions      = webOptionValue.Value;
 }
示例#2
0
 /// <summary>Initializes a new instance of the <see cref="MSGraphService"/> class.</summary>
 /// <param name="webOptionValue">The web option value.</param>
 public MSGraphService(IOptions <WebOptions> webOptionValue)
 {
     webOptions = webOptionValue.Value;
 }