13 lines
193 B
C#
Raw Normal View History

2025-01-24 19:17:26 -03:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Transversal.Services
{
internal class Class1
{
}
}