Initial commit.
This commit is contained in:
13
Wino.Core.Domain/Interfaces/IThreadingStrategyProvider.cs
Normal file
13
Wino.Core.Domain/Interfaces/IThreadingStrategyProvider.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IThreadingStrategyProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns corresponding threading strategy that applies to given provider type.
|
||||
/// </summary>
|
||||
/// <param name="mailProviderType">Provider type.</param>
|
||||
IThreadingStrategy GetStrategy(MailProviderType mailProviderType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user