Ejemplo n.º 1
0
 public void Remove(FeedCollection feedCollection) =>
 _dbContext.FeedCollections.Remove(feedCollection);
Ejemplo n.º 2
0
 public void Add(FeedCollection feedCollection) =>
 _dbContext.FeedCollections.Add(feedCollection);