public NewDocumentMessage(object sender, object target, Documents.DocumentTypes documentType, string name) : base(sender, target) { DocumentType = documentType; Name = name; }
public NewDocumentMessage(Documents.DocumentTypes documentType, string name) : base() { DocumentType = documentType; Name = name; }