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);
|
2020-10-30 23:02:27 +00:00
|
|
|
require('../methods/user-account/sync-all')(Self);
|
2020-09-21 11:24:43 +00:00
|
|
|
};
|