コード例 #1
0
 public int UpdatePermission(ChannelRightOperate model)
 {
     return(ChannelPermissionBll.UpdatePermission(model));
 }