Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Result.Created void methods so that return Result type is implici…
…tly handled. (#200) * Created methods should use the passed value to correctly create to respective Result<T> response with the set status of ResultStatus.Created * Reverted changes in order to make use of the Void result * Added the created methods to the Result.Void class so that it can implicitly convert from the Value to the Result<T> with the Created status set. --------- Co-authored-by: Steve Smith <[email protected]>
- Loading branch information