Exemple #1
0
 public async Task <ActionResult <bool> > UserLists()
 {
     return(Ok(await _listRepository.GetListOfCurrentUser()));
 }