コード例 #1
0
 public UserCoinsFavouriteService(DataContext context, IMapper mapper, ICryptoCoinsService cryptoCoinsService)
 {
     _context            = context;
     _mapper             = mapper;
     _cryptoCoinsService = cryptoCoinsService;
 }
コード例 #2
0
 public CryptoCoinsController(ICryptoCoinsService cryptoCoinsService)
 {
     _cryptoCoinsService = cryptoCoinsService;
 }