Beispiel #1
0
 public async Task <bool> DeleteNoteLabel(int NotelabelId, int userId)
 {
     return(await notes.DeleteNoteLabel(NotelabelId, userId));
 }