using EgwCoreLib.Lux.Data.DbModel.Cost; namespace EgwCoreLib.Lux.Data.Repository.Cost { public interface ICostDriverRepository { Task> GetAllAsync(); } }