2020-03-23 07:24:57 +00:00
|
|
|
module.exports = Self => {
|
|
|
|
require('../methods/collection/collectionGet')(Self);
|
|
|
|
require('../methods/collection/collectionNew')(Self);
|
|
|
|
require('../methods/collection/getSectors')(Self);
|
2020-03-23 09:36:10 +00:00
|
|
|
require('../methods/collection/collectionUpdateSale')(Self);
|
2020-03-23 07:24:57 +00:00
|
|
|
};
|