How can I log from inside an extension method?
I have error classes that are used in business services. Discriminated union OneOf<>
is used to allow the service method return one result from multiple possible results.
I have error classes that are used in business services. Discriminated union OneOf<>
is used to allow the service method return one result from multiple possible results.