예제 #1
0
파일: NoteObject.cs 프로젝트: blfsir/benzoa
 public static string DeleteNote(object[] param)
 {
     NoteDAL obj = new NoteDAL();
        return obj.DeleteNote(param, "exit");
 }
예제 #2
0
 public static void DeleteNote(string IDs)
 {
     NoteDAL.DeleteNote(IDs);
 }