Creating CAP-Based Services

This commit is contained in:
2026-07-23 18:04:50 +00:00
commit c83b0a545a
14 changed files with 1635 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ID,firstName,lastName,email,phone
1004155,Daniel,Watts,daniel.watts@demo.com,+39-555-123
1004161,Stormy,Weathers,stormy.weathers@demo.com,+49-020-022
1004100,Sunny,Sunshine,sunny.sunshine@demo.com,+49-555-789
1 ID firstName lastName email phone
2 1004155 Daniel Watts daniel.watts@demo.com +39-555-123
3 1004161 Stormy Weathers stormy.weathers@demo.com +49-020-022
4 1004100 Sunny Sunshine sunny.sunshine@demo.com +49-555-789