示例#1
0
 public string CreateSaveList(string saveListName, string userID)
 {
     return(objDAL.CreateSaveList(saveListName, userID));
 }