示例#1
0
文件: NotesBL.cs 项目: shiv-N/Fundoo
 public async Task <bool> DeleteReminderNote(int noteId, int userId, DeleteReminderRequest reminder)
 {
     return(await notes.DeleteReminderNote(noteId, userId, reminder));
 }