Example #1
0
 public List <ShortLLMemberUserDTO> GetLocalLibraries()
 {
     return(repo.GetLocalLibraries(userId: UserId));
 }