Exemplo n.º 1
0
 public async Task <string> DeleteNoteReminder(long UserId, long NoteId)
 {
     try
     {
         return(await notesRL.DeleteNoteReminder(UserId, NoteId));
     }
     catch (Exception)
     {
         throw;
     }
 }