slarny4/Demo1/Data/Repository/SQLGroupRepositoryImpl.cs

13 lines
210 B
C#
Raw Permalink Normal View History

2024-10-28 12:42:04 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo1.Data.Repository
{
internal class SQLGroupRepositoryImpl
{
}
}