EntityService.Unlike Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Unlike(TLikeable, Nullable, Boolean)
Unlike the specified entity.
public static TLikeable Unlike(TLikeable likeable, int? userId = default(int? ), bool auth = true)
where TLikeable : class, ILikeable
Parameters
- likeable
- {TLikeable}
- user
Id - System.Nullable{System.Int32}
- auth
- System.Boolean
Returns
{TLikeable}
The unliked entity.