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