Files
RS_System/RS_system/Services/IReporteService.cs
2026-01-10 23:14:51 -06:00

10 lines
127 B
C#

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