public ProviderSuscriptionPlansController(ISuscriptionPlanService suscriptionPlanService, IMapper mapper) { _suscriptionPlanService = suscriptionPlanService; _mapper = mapper; }
public DashboardSubscriptionPlansController(ISuscriptionPlanService suscriptionPlanService, IMapper mapper) { _suscriptionPlanService = suscriptionPlanService; _mapper = mapper; }