Esempio n. 1
0
 public void Init()
 {
     _stripe = Substitute.For <IStripeClient>();
     _client = new InvoiceClient(_stripe);
 }
 public void Init()
 {
     _stripe = Substitute.For<IStripeClient>();
     _client = new InvoiceClient(_stripe);
 }