semesterWork/data/Repository/SQLPresenceRepository.cs

14 lines
260 B
C#
Raw Normal View History

2024-12-12 19:47:32 +00:00
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;
}
}