favorite-brand-service.js
284 Bytes
/**
* Created by TaoHuang on 2016/6/13.
*/
'use strict';
const favoriteBrandAPI = require('./favorite-brand-api');
module.exports.changeFavoriteBrandAsync = favoriteBrandAPI.changeFavoriteBrandAsync;
module.exports.isFavoriteBrandAsync = favoriteBrandAPI.isFavoriteBrandAsync;