pub async fn create(
dto: BaseLayerImageDto,
pool: &SharedPool,
) -> Result<BaseLayerImageDto, ServiceError>
Expand description
Create a base layer image in the database.
ยงErrors
If the connection to the database could not be established.
pub async fn create(
dto: BaseLayerImageDto,
pool: &SharedPool,
) -> Result<BaseLayerImageDto, ServiceError>
Create a base layer image in the database.
If the connection to the database could not be established.