コード例 #1
0
 public DestinationService(SmartlinkDbContext dbContext, IMapper mapper, ILogService logService, IUserProfileService userProfileService)
 {
     _dbContext          = dbContext;
     _mapper             = mapper;
     _logService         = logService;
     _userProfileService = userProfileService;
 }