コード例 #1
0
 public ShopController(IPushNotificationService _pushNotificationService, IMapper _mapper, INoteCosmosDB _noteCosmosDB, IUserCosmosDB _userCosmosDB)
 {
     pushNotificationService = _pushNotificationService;
     mapper = _mapper;
     noteCosmosDBService = _noteCosmosDB;
     userCosmosDBService = _userCosmosDB;
 }