hey, I have a repository that returns a nullable object, how do i make a nice code that returns a field of that object if the object exists and otherwise does some other business?
t
thana
01/20/2019, 1:36 PM
you could make use of an extension funktion with nullable receiver