示例#1
0
 public override void Update(ILogEntry entity)
 {
     using (Context = new SysInventoryEntities())
         Context.LogClear(entity.Id);
 }