示例#1
0
 public void Update(Favorite entity)
 {
     _favoriteDal.Update(entity);
 }