This commit is contained in:
Ignacio Jesús Diana
2024-02-24 14:48:01 -03:00
parent 619b6c5e04
commit 46768f4f1b
41 changed files with 165 additions and 111 deletions

12
Entidades/Class2.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Entidades
{
internal class Class2
{
}
}