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