Beispiel #1
0
 //用户查看自己收藏的他人的书单
 public static DataTable ckshoucang(int user_id)
 {
     return(List_KeepService.ckshoucang(user_id));
 }
Beispiel #2
0
 //管理员删除书单收藏
 public static int delete(string listkeep)
 {
     return(List_KeepService.delete(listkeep));
 }
Beispiel #3
0
        //用户收藏他人书单

        public static int scshudan(List_Keep lk)
        {
            return(List_KeepService.scshudan(lk));
        }