Add project files.

This commit is contained in:
2024-08-09 08:36:29 -05:00
parent 22ffb789b8
commit 9ece56f15c
4 changed files with 127 additions and 0 deletions

12
Class1.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 DbMigrate
{
public class Class1
{
}
}