init project
This commit is contained in:
12
src/use-cases/category-converter-use-case.js
Normal file
12
src/use-cases/category-converter-use-case.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
class CategoryConverterUseCase {
|
||||
constructor(categoriesMapping) {
|
||||
this.categoriesMapping = categoriesMapping
|
||||
}
|
||||
|
||||
execute() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.export = { CategoryConverterUseCase }
|
||||
Reference in New Issue
Block a user