Example #1
0
 public List <LocalLibrary> GetAll()
 {
     return(repo.GetAll(UserId));
 }