using Dapper;
using System.Threading.Tasks;
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 MessageRepository : BaseRepository, IMessageRepository
{
public MessageRepository()
{
}
public MessageRepository(IDbContextCore context) : base(context)
{
}
///
/// 添加信息
///
///
public async Task