using IM_API.Dtos; namespace IM_API.Interface.Services { public interface IDemo { TestDto Test(); } }