Exemplo n.º 1
0
 public void CreateNoteBLL(int userID, string title, string details, DateTime expirationDate, bool starred, string folderSelected, string hourSelected, string minuteSelected, string timeTableSelected, ref int folderAuxID)
 {
     noteDAL.CreateNoteDAL(userID, title, details, expirationDate, starred, folderSelected, Convert.ToInt32(hourSelected), Convert.ToInt32(minuteSelected), timeTableSelected, ref folderAuxID);
 }