4 lines
109 B
C#
4 lines
109 B
C#
namespace Wino.Core.Domain.Interfaces;
|
|
|
|
public interface IGmailThreadingStrategy : IThreadingStrategy { }
|