salix/modules/zone/back/models/agency.js

7 lines
249 B
JavaScript
Raw Normal View History

module.exports = Self => {
2018-07-09 11:54:43 +00:00
require('../methods/agency/landsThatDay')(Self);
require('../methods/agency/getAgenciesWithWarehouse')(Self);
2019-01-25 10:58:50 +00:00
require('../methods/agency/getLanded')(Self);
require('../methods/agency/getShipped')(Self);
2017-10-13 14:22:45 +00:00
};