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

7 lines
194 B
JavaScript

module.exports = Self => {
require('../methods/user-account/sync')(Self);
require('../methods/user-account/sync-by-id')(Self);
require('../methods/user-account/sync-all')(Self);
};