using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace GxPress.Service.Implement.OftenContact
{
public partial class OftenContactService
{
///
/// 修改
///
///
///
///
public async Task SetBlackUserAsync(int userId, int blackUserId)
{
return await _repository.SetBlackUserAsync(userId, blackUserId);
}
}
}