slarny4/Demo1/Data/Repository/SQLGroupRepositoryImpl.cs
2024-10-28 15:42:04 +03:00

13 lines
210 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo1.Data.Repository
{
internal class SQLGroupRepositoryImpl
{
}
}