Ejemplo n.º 1
0
 public override void Update()
 {
     using (CacheDbContext ctx = new CacheDbContext())
     {
         ctx.Update(this);
     }
 }