using WorkFlowCheck.Common.DTO; namespace WorkFlowCheck.BL.Services.Interfaces { public interface ISyncService { Task> GetAllCheckPointAsync(); Task> GetAllLocationAsync(); Task> GetAllEquipmentAsync(); Task> GetAllCheckListTemplateAsync(); } }