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