namespace _zeitbild.service.resource { /** */ export function add( resource_object : _zeitbild.type_resource_object ) : Promise<_zeitbild.type_resource_id> { return _zeitbild.repository.resource.create(resource_object); } }