Exemple #1
0
 void ICatalogsRepository.EditOpinion(Entities.items_opinions newOpinion)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 void ICatalogsRepository.AddOpinion(Entities.items_opinions opinion)
 {
     _context.ItemsOpinions.Add(opinion);
     _context.SaveChanges();
 }