using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface IItemService { Task GetItem(string itemNumber); }