using System; using System.Threading.Tasks; namespace Rs_system.Services { public interface IReporteService { } }