Beispiel #1
0
 public Task AddToWishlist(int id)
 {
     return(_follows.AddToWishlist(id));
 }