示例#1
0
 public void Remove(Models.LastAction item)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Models.LastAction Get(Models.LastAction dummy)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void Update(Models.LastAction @new, Models.LastAction old)
 {
     throw new NotImplementedException();
 }