DocSpace-client/common/ASC.Core.Common/Notify/Recipients/IRecipientsGroup.cs

3 lines
84 B
C#
Raw Normal View History

2022-02-15 11:52:43 +00:00
namespace ASC.Notify.Recipients;
public interface IRecipientsGroup : IRecipient { }