salix/modules/account/back/models/user-account.js

7 lines
194 B
JavaScript
Raw Normal View History

2020-09-21 11:24:43 +00:00
module.exports = Self => {
require('../methods/user-account/sync')(Self);
require('../methods/user-account/sync-by-id')(Self);
require('../methods/user-account/sync-all')(Self);
2020-09-21 11:24:43 +00:00
};