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