Exemplo n.º 1
0
 public Result Delete([FromBody] Guid tripId)
 {
     return(_tripService.Delete(tripId));
 }