Example #1
0
 public LongLLMemberUserDTO GetLibraryById(int libraryId)
 {
     return(repo.GetLibraryById(libraryId, UserId));
 }