Test Connection
Add Todo Bot use Webservice now TBD : Rework Event
This commit is contained in:
9
LaDOSE.Src/LaDOSE.Service/Interface/ITodoService.cs
Normal file
9
LaDOSE.Src/LaDOSE.Service/Interface/ITodoService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using LaDOSE.Entity;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface ITodoService : IBaseService<Todo>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user