コード例 #1
0
 /// <summary>
 /// Gets the patch for an individual specification.
 /// </summary>
 /// <param name="options">The patch options.</param>
 /// <returns></returns>
 public async Task <object> GetPatch(object options)
 {
     return(await _repositoriesEndPoint.GetPatch(_accountName, _repository, options));
 }