BinaryStudio.ClientManager.DomainModel.Entities.Inquiry.Inquiry C# (CSharp) Method

Inquiry() public method

public Inquiry ( ) : System
return System
        public Inquiry()
        {
            ReferenceDate = null;
            Comments = new List<Comment>();
            Tags = new List<Tag>();
            Archived = false;
        }