SyncController API
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using WorkFlowCheck.Common.DTO;
|
||||
|
||||
|
||||
namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
{
|
||||
public interface ISyncService
|
||||
{
|
||||
Task<CheckPointListDTO> GetAllCheckPoint();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user