test
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 26s

This commit is contained in:
Tizian.Breuch
2025-11-07 14:15:35 +01:00
parent 4ef8047460
commit dae7d1d979
4 changed files with 10 additions and 9 deletions

View File

@@ -55,5 +55,9 @@ namespace Webshop.Infrastructure.Repositories
await _context.SaveChangesAsync();
}
}
public async Task SaveChangesAsync()
{
await _context.SaveChangesAsync();
}
}
}