Ejemplo n.º 1
0
 public void AddVote(RateEntry item)
 {
     this.context.AddObject("RateEntry", item);
     this.context.SaveChanges();
 }
Ejemplo n.º 2
0
 public void AddVote(RateEntry item)
 {
     this.context.AddObject("RateEntry", item);
     this.context.SaveChanges();
 }