public void Init()
 {
     _stripe = Substitute.For<IStripeClient>();
     _client = new InvoiceItemClient(_stripe);
 }
Пример #2
0
 public void Init()
 {
     _stripe = Substitute.For <IStripeClient>();
     _client = new InvoiceItemClient(_stripe);
 }