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