Test WPF Desktop App with Caliburn And RestSharp
This commit is contained in:
10
LaDOSE.Src/LaDOSE.Service/Interface/IWordPressService.cs
Normal file
10
LaDOSE.Src/LaDOSE.Service/Interface/IWordPressService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using LaDOSE.Entity.Wordpress;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IWordPressService
|
||||
{
|
||||
List<WPEvent> GetWpEvent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user