using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface IWzHeaderService { Task> GetAll(); }