DomainDrivenDelivery.Booking.Api.VoyageDelayDTO.getMinutesOfDelay C# (CSharp) Method

getMinutesOfDelay() public method

public getMinutesOfDelay ( ) : int
return int
        public int getMinutesOfDelay()
        {
            return minutesOfDelay;
        }
    }