Exemplo n.º 1
0
 public void Init()
 {
     _stripe = Substitute.For<IStripeClient>();
     _client = new PlanClient(_stripe);
 }
Exemplo n.º 2
0
 public void Init()
 {
     _stripe = Substitute.For <IStripeClient>();
     _client = new PlanClient(_stripe);
 }