create method
Implementation
Future<ResponseItemDTO> create({CatalogBody? catalog}) async {
return await _repository!.create(catalog: catalog);
}
Future<ResponseItemDTO> create({CatalogBody? catalog}) async {
return await _repository!.create(catalog: catalog);
}