Exemplo n.º 1
0
 public List <LibraryUser> GetAllUsers()
 {
     return(libraryUserRepository.GetAllLibraryUsers());
 }
Exemplo n.º 2
0
 public List <Models.LibraryUser> GetAllLibraryUsersFromDbDirectly()
 {
     return(libraryUserRepository.GetAllLibraryUsers());
 }