DocSpace-buildtools/common/ASC.Core.Common/Notify/Patterns/IPatternStyler.cs

7 lines
123 B
C#

namespace ASC.Common.Notify.Patterns;
public interface IPatternStyler
{
void ApplyFormating(NoticeMessage message);
}