Exemple #1
0
 public ProviderSuscriptionPlansController(ISuscriptionPlanService suscriptionPlanService, IMapper mapper)
 {
     _suscriptionPlanService = suscriptionPlanService;
     _mapper = mapper;
 }
Exemple #2
0
 public DashboardSubscriptionPlansController(ISuscriptionPlanService suscriptionPlanService, IMapper mapper)
 {
     _suscriptionPlanService = suscriptionPlanService;
     _mapper = mapper;
 }