Ejemplo n.º 1
0
 public void UserUnFollowUser(UserFollow currentUserFollow)
 {
     _context.Remove(currentUserFollow);
 }
Ejemplo n.º 2
0
 public void UserUnlikeAPost(UserPostLike currentUserPostLike)
 {
     _context.Remove(currentUserPostLike);
 }