コード例 #1
0
 public void Init()
 {
     _stripe = Substitute.For<IStripeClient>();
     _client = new InvoiceItemClient(_stripe);
 }
コード例 #2
0
 public void Init()
 {
     _stripe = Substitute.For <IStripeClient>();
     _client = new InvoiceItemClient(_stripe);
 }