using System; using System.Collections.Generic; using System.Text; namespace VeederRoot_ATG_Console.MessageEntity.Outgoing { /// /// i|501 /// public class QueryTimeOfDayRequest : OutgoingMessageBase { public QueryTimeOfDayRequest(MessageFormat messageFormat) : base(messageFormat, FuncCode.QueryTimeOfDay, null) { } } }