Separation of core library from the UWP app.
This commit is contained in:
9
Wino.Services/Threading/GmailThreadingStrategy.cs
Normal file
9
Wino.Services/Threading/GmailThreadingStrategy.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Services.Threading
|
||||
{
|
||||
public class GmailThreadingStrategy : APIThreadingStrategy, IGmailThreadingStrategy
|
||||
{
|
||||
public GmailThreadingStrategy(IDatabaseService databaseService, IFolderService folderService) : base(databaseService, folderService) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user