Example #1
0
 public IActionResult GetAll()
 => getAllQuery.Execute().Match(
     Succ: Ok,
     Fail: ex => StatusCode(500, ex));