5 lines
115 B
C#
5 lines
115 B
C#
namespace Wino.Core.Domain.Interfaces
|
|
{
|
|
public interface IGmailThreadingStrategy : IThreadingStrategy { }
|
|
}
|