semesterWork/data/Repository/SQLPresenceRepository.cs
2024-12-12 22:47:32 +03:00

14 lines
260 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace data.Repository
{
public class SQLPresenceRepository
{
private readonly RemoteDatabaseContext _dbContext;
}
}