Пример #1
0
 public int Set(Advert Entity)
 {
     ProjeContext.Set <Advert>().Update(Entity);
     return(ProjeContext.SaveChanges());
 }