using Znyc.Recruitment.Admin.Commons.IDbContext;
using Znyc.Recruitment.Admin.Commons.Repositories;
using Znyc.Recruitment.Admin.Security.Entitys;
using Znyc.Recruitment.Admin.Security.IRepositories;
namespace Znyc.Recruitment.Admin.Security.Repositories
{
///
/// ÈÕÖ¾²Ö´¢ÊµÏÖ
///
public class ExceptionsLogsRepository : BaseRepository, IExceptionsLogsRepository
{
///
///
public ExceptionsLogsRepository()
{
}
///
///
///
public ExceptionsLogsRepository(IDbContextCore dbContext) : base(dbContext)
{
}
}
}