コード例 #1
0
 public SetsController(IHartPRRepository hartPRRepository,
                       IUrlHelper urlHelper,
                       IPropertyMappingService propertyMappingService,
                       ITypeHelperService typeHelperService)
 {
     _hartPRRepository       = hartPRRepository;
     _urlHelper              = urlHelper;
     _propertyMappingService = propertyMappingService;
     _typeHelperService      = typeHelperService;
 }
コード例 #2
0
 public TokenController(IConfiguration configuration,
                        IHartPRRepository hartPRRepository)
 {
     _configuration    = configuration;
     _hartPRRepository = hartPRRepository;
 }