Beispiel #1
0
 public static bool UpdateIsActive(int VesselId, bool isActive)
 {
     return(repository.UpdateIsActive(VesselId, isActive));
 }