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