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

5 lines
139 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/getFirstShipped')(Self);
2017-10-13 14:22:45 +00:00
};