예제 #1
0
 public GetAllSubscriptionPlansHandler(ISubscriptionPlanReader reader)
 {
     this.reader = reader;
 }
예제 #2
0
 public GetByIdSubscriptionPlanHandler(ISubscriptionPlanReader reader)
 {
     this.reader = reader;
 }
예제 #3
0
 public GetDefaultSubscriptionPlanHandler(ISubscriptionPlanReader reader)
 {
     this.reader = reader;
 }