예제 #1
0
 public async Task <ActionResult> UpdateLocation(
     int id, UpdateLocationCommand commmand)
 => await this.Send(commmand.SetId(id));