Robert Sęk

Results 1 comments of Robert Sęk

Another solution is to explicitly show to compiler generic type `T` `OnSuccess` like this: ``` return await GetById(id) .ToResult("Customer with such Id is not found: " + id) .Ensure(customer =>...