Example #1
0
 public void Put(VesselViewModel vessel)
 {
     _vesselService.UpdateVessel(vessel);
 }