using LaDOSE.Entity; namespace LaDOSE.Business.Interface { public interface ITodoService : IBaseService { } }