Please note that this is TR-TR forum, all threads should be posted in Turkish, however, I will still use English for your case today.
It sounds like the clone copied Windows but not all of the required boot files. This is a common cause of 0xc000000e after migrating to a new SSD and then wiping the original drive. The data on the new SSD is likely still intact, but the boot configuration may need to be repaired.
I recommend creating a Windows installation USB, booting from it, and running Startup Repair first. If that doesn't help, open Command Prompt from the recovery environment and rebuild the boot records using:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
These steps often restore bootability without requiring a clean installation.
Before proceeding, verify in BIOS that the Samsung SSD and its Windows Boot Manager entry are selected as the primary boot device.