Ejemplo n.º 1
0
 public ProviderSuscriptionPlansController(ISuscriptionPlanService suscriptionPlanService, IMapper mapper)
 {
     _suscriptionPlanService = suscriptionPlanService;
     _mapper = mapper;
 }
Ejemplo n.º 2
0
 public DashboardSubscriptionPlansController(ISuscriptionPlanService suscriptionPlanService, IMapper mapper)
 {
     _suscriptionPlanService = suscriptionPlanService;
     _mapper = mapper;
 }