module.exports = Self => {
    require('../methods/holiday/getByWarehouse')(Self);
};