RepoDb property handlers are generic in which it force us to deliver a customized (almost-like) IsAssignableFrom equivalent method for the System.Type.
But since then, RepoDb has improve a lot when it comes to its abstraction and implementation. This user story will allow us to refactor the unneeded code from the code-line by re-assessing whether the IsAssignableFrom method can now be used as a replacement for the customized IsInterfacedTo method.
RepoDb property handlers are generic in which it force us to deliver a customized (almost-like)
IsAssignableFromequivalent method for theSystem.Type.But since then, RepoDb has improve a lot when it comes to its abstraction and implementation. This user story will allow us to refactor the unneeded code from the code-line by re-assessing whether the
IsAssignableFrommethod can now be used as a replacement for the customized IsInterfacedTo method.