seperated todoist and habitica api calls into services
This commit is contained in:
14
Habitica.Todoist.Integration.Model/Storage/TodoAction.cs
Normal file
14
Habitica.Todoist.Integration.Model/Storage/TodoAction.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Habitica.Todoist.Integration.Model.Storage
|
||||
{
|
||||
public enum TodoAction
|
||||
{
|
||||
Add = 1,
|
||||
Update = 2,
|
||||
Complete = 3,
|
||||
Delete = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user