ButlerWeb.Areas.Butler.Models.DocumentTypeWrapper.DocumentTypeWrapper C# (CSharp) Method

DocumentTypeWrapper() public method

public DocumentTypeWrapper ( Type type ) : System
type System.Type
return System
        public DocumentTypeWrapper(Type type)
        {
            this.Type = type;
        }
DocumentTypeWrapper