Ejemplo n.º 1
0
 public GetAllSubscriptionPlansHandler(ISubscriptionPlanReader reader)
 {
     this.reader = reader;
 }
Ejemplo n.º 2
0
 public GetByIdSubscriptionPlanHandler(ISubscriptionPlanReader reader)
 {
     this.reader = reader;
 }
Ejemplo n.º 3
0
 public GetDefaultSubscriptionPlanHandler(ISubscriptionPlanReader reader)
 {
     this.reader = reader;
 }