using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface IWzRowMeyleService { Task> GetAll(); Task CreateRows(IEnumerable rows); }