You don’t need to create a nullable type for reference types. They’re already nullable. You only need to do this for Value types like int, bool, decimal, etc…
You don’t need to create a nullable type for reference types. They’re already nullable. You only need to do this for Value types like int, bool, decimal, etc…