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