示例#1
0
 public void Update(TEntity obj)
 {
     repository.Update(obj);
 }