Ejemplo n.º 1
0
 public Task <string> AddSubscriptionPackage(BillingSubscriptionPackage newPlan)
 {
     throw new System.NotImplementedException();
 }
Ejemplo n.º 2
0
 public Task UpdateSubscriptionPackage(string planId, BillingSubscriptionPackage updatedPlan)
 {
     throw new System.NotImplementedException();
 }