using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface IWzClientService { Task> GetAll(); Task GetById(Guid id); }