Ejemplo n.º 1
0
 public async Task <bool> DeleteNotifications(string userid)
 {
     return(await _repo.DeleteAllNotifications(userid));
 }