예제 #1
0
 public Subscription AddSubscription(Subscription subscription)
 {
     return(_organisationService.AddSubscription(subscription));
 }