Beispiel #1
0
 public void Remove(FeedCollection feedCollection) =>
 _dbContext.FeedCollections.Remove(feedCollection);
Beispiel #2
0
 public void Add(FeedCollection feedCollection) =>
 _dbContext.FeedCollections.Add(feedCollection);