public DeleteShareDocEvent(string _activator, string _activatorId, Document _document, DocShare _share) : base(_activator, _activatorId, _document, _share) { }
public CreateShareDocEvent(string _activator, string _activatorId, Document _document, DocShare _share) : base(_activator, _activatorId) { Doc = _document; Share = _share; }