コード例 #1
0
 public AlipayNotifyClient(IOptions <AlipayOptions> optionsAccessor)
 {
     Options = optionsAccessor?.Value ?? new AlipayOptions();
 }