예제 #1
0
파일: NotesBL.cs 프로젝트: shiv-N/Fundoo
 public async Task <bool> DeleteNoteLabel(int NotelabelId, int userId)
 {
     return(await notes.DeleteNoteLabel(NotelabelId, userId));
 }