10 lines
127 B
C#
10 lines
127 B
C#
using System;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Rs_system.Services
|
|
{
|
|
public interface IReporteService
|
|
{
|
|
}
|
|
}
|